Myxls is a C # Open-Source project that can be applied to Asp.net or. NET applications. It directly generates Excel documents in binary format based on the Excel document format file (BIFF) published by Microsoft, and supports Excel versions 97-2007 .. This means that you can output data stored in the database in excle format without installing office on the server. This is useful for many projects.
Currently, myxls has implemented cell format settings, including text color, text size, Font, cell border, background color, column width, row height, and cell merging, multiple sheet pages.
Currently, myxls does not support generating objects (such as text boxes and buttons) in Excel documents ). The myxls homepage says it is about to implement the Excel file reading function. I personally think the reading function is not very useful.
Myxls home: http://myxls.in2bits.org/wiki/MainPage.ashx
Download Page: http://myxls.in2bits.org/wiki/Downloads.ashx
(Transfer)