Good afternoon, we have a small problem with performance of generating excel.
- First, we was creating excel cell by cell - it is ... let's say unacceptable.
- Second, we started insert into excel with one command - range creating and it is much faster, but still not perfect so we are searching next solutions.
Because we can load XML file from database, we tried used XSLT and from these two files create xls file. It is nice, but after open this file there is error message shown (it is because of problem or bug in registry). User has to accept this message and after excel is opened. We want to eliminate this error message. However we don't know how.
We was thinking about convert this xls file into xlsx but we are unable to do it becouse we can't install office on server (we cannot use Interop) and OpenXML libraries don't know work with normal xls file. So my question is:
- Is possible to generate from XML file with using of some XLST (or something) the xlsx file?
- Eventually can what files do we need to create and zip together if we want create xlsx file?
Thank you for information