Meanwhile I found it.
TXLSWorksheet.Visibility
Unfortunately the value of 'Visibility' is always 'x12vVisible' after calling 'Read'.
What is to be done to get the correct value of 'Visibility'?
Search found 23 matches
- Wed Sep 23, 2015 12:07 pm
- Forum: XLSReadWritwII 6
- Topic: Sheet Visible
- Replies: 1
- Views: 2158
- Wed Sep 23, 2015 9:07 am
- Forum: XLSReadWritwII 6
- Topic: Sheet Visible
- Replies: 1
- Views: 2158
Sheet Visible
I would like to know how I can determine whether an Excel sheet is visible or hidden.
Could not find a property or function of TXLSWorksheet which gives me this information.
Thanks in advance.
Could not find a property or function of TXLSWorksheet which gives me this information.
Thanks in advance.
- Wed May 20, 2015 9:14 am
- Forum: XLSReadWritwII 6
- Topic: 64 bit support
- Replies: 6
- Views: 5294
Re: 64 bit support
But there is no package project, only the .pas sources.
- Mon May 18, 2015 10:19 am
- Forum: XLSReadWritwII 6
- Topic: 64 bit support
- Replies: 6
- Views: 5294
Re: 64 bit support
I am still interested in an answer how to re-enable 64 bit support for C++ Builder.
I remember in the past there was a separate install program.
I remember in the past there was a separate install program.
- Tue Apr 28, 2015 9:07 am
- Forum: XLSReadWritwII 6
- Topic: 64 bit support
- Replies: 6
- Views: 5294
Re: 64 bit support
Sorry, but I don't have the sources to recompile.
I think it is your part.
I think it is your part.
- Wed Apr 22, 2015 1:12 pm
- Forum: XLSReadWritwII 6
- Topic: 64 bit support
- Replies: 6
- Views: 5294
64 bit support
Has the 64 bit support (C++ Builder) been canceled?
I can't find any XLSRWII5_DXE7.a file.
I can't find any XLSRWII5_DXE7.a file.
- Wed Apr 10, 2013 8:51 am
- Forum: XLSReadWritwII 6
- Topic: Current version (5.10.13) cannot create Excel2007 files
- Replies: 4
- Views: 3444
Re: Current version (5.10.13) cannot create Excel2007 files
There is not a strict prohibition for the use of qualifiers in capitals. But it is common sense.
Try to name a qualifier ASSERT or ERROR, you will get funny error messages.
On the other hand I have no problems to comment the EOF line out in every new version of XSLSReadWrite.
Markus
Try to name a qualifier ASSERT or ERROR, you will get funny error messages.
On the other hand I have no problems to comment the EOF line out in every new version of XSLSReadWrite.
Markus
- Tue Apr 09, 2013 3:46 pm
- Forum: XLSReadWritwII 6
- Topic: Current version (5.10.13) cannot create Excel2007 files
- Replies: 4
- Views: 3444
Re: Current version (5.10.13) cannot create Excel2007 files
No, that's definitively not correct. Names that contain capitals only are reserved for macros in C++. And a macro EOF exists!
On March 13 you wrote:
"The EOF method is removed. Was not used anyway."
Markus
On March 13 you wrote:
"The EOF method is removed. Was not used anyway."
Markus
- Tue Apr 09, 2013 7:28 am
- Forum: XLSReadWritwII 6
- Topic: Current version (5.10.13) cannot create Excel2007 files
- Replies: 4
- Views: 3444
Current version (5.10.13) cannot create Excel2007 files
The current version is not able to create Excel2007 files. This error did exist a couple of versions before but then it vanished. Not it is here again: TDateTime dt(TDateTime::CurrentDate()); for(int i=0; i<Lines; i++) XLSReadWriteII51->Sheets[0]->AsDateTime[0][i] = dt + double(i+1)/96.; XLSReadWrit...
- Wed Mar 27, 2013 8:57 pm
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Re: Problem reading Excel97 files with version 5.10.06
Congratulations! Now all works fine.
- Tue Mar 26, 2013 4:20 pm
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Re: Problem reading Excel97 files with version 5.10.06
Hello,
It seems to be the same version (with the same problems) as before (5.10.09).
Markus
It seems to be the same version (with the same problems) as before (5.10.09).
Markus
- Tue Mar 26, 2013 2:38 pm
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Re: Problem reading Excel97 files with version 5.10.06
In the meantime I have found out that 'AsDateTime' fails if the double value of the TDateTime value has more than 4 digits after the decimal point.
Markus
Markus
- Tue Mar 26, 2013 2:13 pm
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Re: Problem reading Excel97 files with version 5.10.06
Now it seems that 'AsDateTime' is completely broken:
In the Excel file the value is 00.01.1900 00:00
By the way, 'TXLSTokenizer.EOF' still exists, also in version 5.10.09.
Markus
Code: Select all
XLSReadWriteII51->Sheets[0]->AsDateTime[0][0] = TDateTime::CurrentDateTime();
By the way, 'TXLSTokenizer.EOF' still exists, also in version 5.10.09.
Markus
- Mon Mar 25, 2013 8:19 am
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Re: Problem reading Excel97 files with version 5.10.06
No, the problem exists in version 5.10.08 too.
Also TXLSTokenizer.EOF is still present.
Markus
Also TXLSTokenizer.EOF is still present.
Markus
- Tue Mar 19, 2013 9:30 am
- Forum: XLSReadWritwII 6
- Topic: Problem reading Excel97 files with version 5.10.06
- Replies: 13
- Views: 8426
Problem reading Excel97 files with version 5.10.06
In version 5.10.05 it was not possible to write this to an Excel97 file: try { int Lines = 96; XLSReadWriteII51->Version = xvExcel97; XLSReadWriteII51->Sheets[0]->Columns->Items[0]->Width = 5000; TDateTime dt(TDateTime::CurrentDate()); for(int i=0; i<Lines; i++) XLSReadWriteII51->Sheets[0]->AsDateTi...