About
OfficeUtils provides advanced export capabilities to Excel and Word documents. It allows to manipulate and generate a document based on a template included in the Resources folder. The document content is manipulated using a set of server actions available in OfficeUtils Service module, called helpers.
Besides the export capabilities, OfficeUtils also provides functionality for Excel and Word documents content extraction.
Built using NPOI library (https://github.com/nissl-lab/npoi).
Word export features list:
Template example
Expected generated result
Excel export features list:
We advise to download and install the component demo, as it provides implementation examples of the several OfficeUtils usage scenarios.
Added support for content extraction for both Word documents and Excel spreadsheets (actions Word_Extract_ContentAsText and Excel_Extract_ContentAsText). See examples.