Search found 4 matches
- Tue Sep 02, 2014 9:10 pm
- Forum: XLSReadWritwII 6
- Topic: Cells with formulas no longer update
- Replies: 1
- Views: 2017
Cells with formulas no longer update
We use existing excel files that contain some (very simple) fomulas. Our application opens these files with XLSReadWriteII5 (version 5.20.30), fills some cells with numbers that the formula cells are referring to (like with ASheet.AsFloat[ACol,ARow] := 3.45;) and saves the file. When opening these f...
- Tue Sep 02, 2014 9:51 am
- Forum: XLSReadWritwII 6
- Topic: Unknown Element "xdr: col" exception
- Replies: 5
- Views: 3302
Re: Unknown Element "xdr: col" exception
I am using Version 5.20.30, but still get the error Row 0: Unknown Element "xdr:col" when trying to open the Excel2007-file zipped into this file: http://www.diwax.de/testfile.zip The same happens with similar files containing graphs (the "xdr:col" tag is in the drawing1.xml, dra...
- Mon Feb 16, 2009 7:36 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Writing more than 675 columns into new Excel 2007 file
- Replies: 0
- Views: 2455
Writing more than 675 columns into new Excel 2007 file
We encounter a very serious bug when trying to write more than 675 cols (with approx. 72 rows each, just strings and floats) to a newly created Excel 2007 file (created by XLSREADWRITEII Version 4.00.15). Until iCol = 675 (column "YZ") everything is fine, but the next col (iCol = 676) is w...
- Mon Mar 05, 2007 10:15 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Progress for ImportCSV
- Replies: 1
- Views: 2665
Progress for ImportCSV
The OnProgress event seems to be triggered only for reading/writing xls-files. Is there a way to use it while importing csv-files aswell?