How to generate a .xls
file without using Excel?
I do not want to use OLE
, but I would like to enter the information in binary format, using the BIFF8
structure or something like this.
The problem is that I can not find documentation, not even on the MSDN !
Does anyone know how BIFF8
is structured?
Or do you have any idea how to export a report to Excel without using Excel?
Details:
- Delphi XE7
- pReport (Report Builder)