The XLSX export that this library provides is exactly what I was looking for. I don't need any of the file picking, the automatic support for writing it to a file. I just need the FileMapperXlsxEngine. Would you be willing to separate the library into multiple ones? Ideally, one per file type and then one big one which also provides the import/export automatic support. This way I don't need to include everything and can select individually what I want.
The XLSX export that this library provides is exactly what I was looking for. I don't need any of the file picking, the automatic support for writing it to a file. I just need the
FileMapperXlsxEngine. Would you be willing to separate the library into multiple ones? Ideally, one per file type and then one big one which also provides the import/export automatic support. This way I don't need to include everything and can select individually what I want.