Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.92 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.92 KB


What is iXlsxWriter?

iXlsxWriter is a lightweight implementation that allows creates a xlsx document totally or partially. Currently only works on Windows

The idea is to try to quickly and easily facilitate the task of filling in the 'typical' report file that the client wants to send by email with the data filled in from their erp, vertical application, custom development, etc... to which I am sure that you have faced each other at some point.

I hope it helps someone. 😏

Library link.

Library Version Description
iXlsxWriter 1.0.1 iXlsxWriter is a lightweight implementation that allows creates a xlsx document totally or partially. Currently only works on Windows

Extensions.

Extension Version Description
iXlsxWriter.AspNet 1.0.0 Extends iXlsxWriter to work in AspNet (FullFramework) projects, contains extension methods to download XlsxInput instances as well as OutputResult, facilitating its use in this environment
iXlsxWriter.AspNetCore 1.0.0 Extends iXlsxWriter to work in AspNetCore projects, contains extension methods to download XlsxInput instances as well as OutputResult, facilitating its use in this environment
iXlsxWriter.Mail 1.0.0 Extends iXlsxWriter, contains extension methods to download XlsxInput instances as well as OutputResult