Search found 3 matches

by GNiessen10
Fri Aug 12, 2022 12:57 pm
Forum: XLSReadWritwII 6
Topic: HeaderFooter
Replies: 2
Views: 614

Re: HeaderFooter

I have things working like they were in XLSReadWrite, except for the fact that when creating an XLS file the Header appears to be limited to 254 characters. Yet before it was not limited. I traced it through the source and I don't see that the string in being clipped in XLSReadWriteII, so it must be...
by GNiessen10
Thu Mar 10, 2022 11:32 pm
Forum: XLSReadWritwII 6
Topic: HeaderFooter
Replies: 2
Views: 614

HeaderFooter

How do you set the Header of a sheet in XLSReadWriteII5? I can create the sheet and set the date in the Columns and Rows. But I don't see a way to how to Set the Header. There is a TXLSHeaderFooter.Create that is looking for a TXc12HeaderFooter. But how does that get assigned to the Worksheet? I do ...
by GNiessen10
Wed Feb 16, 2022 8:00 pm
Forum: XLSReadWritwII 6
Topic: Support for old formats.
Replies: 1
Views: 608

Support for old formats.

I downloaded a trial version, for DX11, and was testing the creation of the various Excel formats from a XLSGrid. While Excel97 and Excel2007 seem to work fine. I am getting a zero length file for Excel40 and Excel50. Am I doing something wrong? XLSGrid.XLS.SaveToFile(FileName,xvExcel40); XLSGrid.XL...