Search found 26 matches

by Dmeade
Thu Sep 10, 2015 3:44 am
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: xvExcel97 (Unknown Name Error) and (name range not updating)

using version 5.20.56 has issues with xvExcel97 where name ranges are not updating correctly after inserting rows example here https://github.com/dangas56/Delphi-XLS-WR-v5_NameRangeTest Zip file of Source here https://github.com/dangas56/Delphi-XLS-WR-v5_NameRangeTest/releases if you need more info ...
by Dmeade
Thu Sep 10, 2015 3:40 am
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Re: Integer Overflow

Using Version 5.20.56 default build gets Integer overflow with xlsx files that have image or chart I have added an example project to Github Git link https://github.com/dangas56/XLSWR_IntegerOverflow.git zip files are here https://github.com/dangas56/XLSWR_IntegerOverflow/releases/tag/1.0.1 Adding d...
by Dmeade
Tue Aug 04, 2015 1:00 am
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: xvExcel97 (Unknown Name Error) and (name range not updating)

version 5.20.53

has issues with xvExcel97 where name ranges are not updating correctly after inserting rows

example here
https://github.com/dangas56/Delphi-XLS- ... eRangeTest

if you need more info or cant reproduce the issue let me know
by Dmeade
Tue Aug 04, 2015 12:55 am
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Re: Integer Overflow

version 5.20.53
getting the integer overflow error - in the default build

after adding d3nton's suggested solution - i'm no longer getting the error
by Dmeade
Tue Jul 28, 2015 2:21 am
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Re: Integer Overflow

version 5.20.52
getting the integer overflow error
by Dmeade
Tue Jul 28, 2015 2:19 am
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: xvExcel97 (Unknown Name Error) and (name range not updating)

version 5.20.52

still has issues with xvExcel97 and names

can you reproduce the issues from this example?
https://github.com/dangas56/Delphi-XLS- ... eRangeTest

or do you need more info?
by Dmeade
Wed Jul 15, 2015 11:43 pm
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: Unknown Name xvExcel97

version 5.20.51 Seems to have changed but not working correctly looks like when you update multiple names across different sheets - the range is being updated across all sheets e.g. Sheet 1 inserts 1 row Sheet 2 inserts 3 rows the range for sheet 1 is added by 4 not 1 the range for sheet 2 is added ...
by Dmeade
Wed Jul 15, 2015 11:41 pm
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Re: Integer Overflow

Version 5.20.51
still gets the integer overflow error
by Dmeade
Tue Jun 16, 2015 2:10 am
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: Unknown Name xvExcel97

version 5.20.50
not updating the name range for xvExcel97 when inserting lines
by Dmeade
Tue Jun 16, 2015 2:05 am
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Re: Integer Overflow

Version 5.20.50
still gets the integer overflow error
by Dmeade
Tue Jun 02, 2015 12:54 am
Forum: XLSReadWritwII 6
Topic: Integer Overflow
Replies: 9
Views: 5334

Integer Overflow

Im using Xls Read Write version 5.20.49 if i create a new Excel sheet using microsoft Excel 2013 and add a Line Chart and save that file create a new Delphi project and in the project Options - compiling - Runtime Errors if the Overflow checking and range checking are checked and you try and read th...
by Dmeade
Mon May 18, 2015 11:55 pm
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: Unknown Name xvExcel97

version 5_5.20.49

when running xvExcel97 the name range and the sum range are not updating after inserting lines
run the code in the first post to reproduce
by Dmeade
Fri Apr 24, 2015 6:20 am
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

Re: Unknown Name xvExcel97

Hi

Version 5.20.48 fixes the Unknown name S2NAME2 issue

but if you have a look at the Data Tabs from the export in the code example for the
xvExcel97 version the name range and the sum range have not been changed by the inserting of lines

version xvExcel2007 seems to be working
by Dmeade
Tue Apr 21, 2015 1:24 pm
Forum: XLSReadWritwII 6
Topic: xvExcel97 (Unknown Name Error) and (name range not updating)
Replies: 9
Views: 6577

xvExcel97 (Unknown Name Error) and (name range not updating)

Im running 5.20.46 getting this error when running xvExcel97 version files Error in formula SUMIF(S2NAME2,1,S2NAME1) Unknown name S2NAME2 here is the code to reproduce unit XLSTestRun4; interface uses Xc12Utils5, XLSReadWriteII5, XLSNames5, SysUtils, typinfo, Vcl.Dialogs, windows; procedure XLSCreat...
by Dmeade
Tue Apr 21, 2015 1:12 pm
Forum: XLSReadWritwII 6
Topic: InsertRows throwing out Name Definition range
Replies: 5
Views: 3683

Re: InsertRows throwing out Name Definition range

i was running 5.20.45

5.20.47 works

Thanks