A C3 library for writing XLSX files in a streaming fashion.
Features of this library are:
- Constant memory usage that doesn't depend on the resulting XLSX file size.
- Support for cells with strings, numbers and dates.
- Support for header style and normal style.
- Copy the directory
xlsx.c3lto your project. - When compiling your project
- use
--lib xlsxoption - and if needed also use
--libdir path-to-xlsx-libwherepath-to-xlsx-libis the path to a directory wherexlsx.c3lwas copied.
- use
- Now you can import
xlsxmodule in your project and use its functions.
We accept:
- ✅ Bug reports for the following platforms:
- macOS on arm64
- Windows 11 on x64
- Linux on x64
We don't accept:
- ❌ Pull requests
- ❌ Feature requests