Search found 2 matches
- Tue Feb 25, 2014 12:57 pm
- Forum: XLSReadWritwII 6
- Topic: SaveToStream Bug
- Replies: 2
- Views: 2289
Re: SaveToStream Bug
Hi i downloaded the last version 5.20.18 but it's the same thing The excel file is just a new empty workbook is Excel97 format here another way var S : TXLSWorksheet; data : TMemorystream; xls: TXLSReadWriteII5; begin xls := TXLSReadWriteII5.Create(nil); xls.Version := xvExcel97; s := xls.Add(); S.N...
- Mon Feb 24, 2014 3:38 pm
- Forum: XLSReadWritwII 6
- Topic: SaveToStream Bug
- Replies: 2
- Views: 2289
SaveToStream Bug
hi I'm using a empty workbook in excel97 when i'm save the file with SaveToStream the file is not valid for excel but i't ok with SaveToFile To test: procedure TForm1.Button2Click(Sender: TObject); var S : TXLSWorksheet; data : TMemorystream; begin XLSReadWriteII51.LoadFromFile(ExtractfilePath(Param...