You are not logged in.
Pages: 1
as I promised, I released oExport, my native Delphi2007 XLSX/ODS suite. it can import/export XLSX (Excel 2007) and ODS (OpenOffice Calc) files.
license is the same as SynPDF (MPL/GPL/LGPL tri-license)
(+) NATIVE: no external libraries or excel/calc installation needed.
(-) only Delphi 2007... but someone can help rewrite the code for D2007+
http://www.kluug.at/xlsx-ods-delphi.php
enjoy
Offline
Nice code!
I have the following error when I try to open the .ods file as generated in Excel 2007:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error061080_01.xml</logFileName>
<summary>Errors were detected in file 'C:\Temp\_tc\doc\import-ods.ods'</summary>
- <additionalInfo>
<info>Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.</info>
</additionalInfo>
</recoveryLog>
But the file is opened with success.
It is very nice to see useful Delphi code under MPL/GPL/LGPL tri-license!
Offline
this is a problem of Excel 2007, as the file "import-ods.ods" was created directly in LibreOffice and not by my code.
try to open "my-export.ods" - this is a file generated by my application. it can be opened without problems in my excel 2007.
Offline
Hi ab, can you add (integrate) new exporting engine (such what reddwarf said) that generate excel (xls or xlsx)? I've visit the oExport page, unfortunately it's now has different license.. I think it will great addition for this framework, as most client still prefer export as excel
Offline
Pages: 1