LargeXlsx
LargeXlsx copied to clipboard
A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.
hi. I would like to get functionality for hiding worksheet in Excel
This PR removes the [SharpCompress](https://www.nuget.org/packages/sharpcompress/) dependency, relying instead on [System.IO.Compression](https://learn.microsoft.com/en-us/dotnet/api/system.io.compression?view=net-8.0). With this change, LargerXlsx will no longer have any dependencies outside of .NET.
Hi! Are there any plans to support [Excel tables](https://support.microsoft.com/en-us/office/overview-of-excel-tables-7ab0bb7d-3a9e-4b56-a3c9-6c94334e492c)? By the way, thank you for your work. This library is great!
Hi ! I have a question regarding the implementation of the library: will there be any plans for async API for Excel writer? This may seem exotic but it's actually...
Hello! Your library is absolutely wonderful, and I've had a blast with how powerful and intuitive it is to understand! For collaboration/documentation/feedback reasons, I am currently working a tool to...
Is the FileStream a constraint to use XlsxWriter? Is a MemoryStream supported to generate an xlsx file?
Hi! It would be convenient if it was possible to convert HTML to EXCEL. The first priority is to add import of HTML tables with support for embedded styles, and...
Caches a single row number as a string. Used to provide the CurrentRowNumber in string form during worksheet production where rows are processed consecutively and multiple columns generate string representations...
Hi, i'm evaluating some libs to create excel spreadsheets. I have to two questions: - Is it possible to add comments to cells? - Can i set the columns (x:cols)...