Search found 1 match

by Vladimir Baryshnikov
Wed Apr 15, 2015 1:37 pm
Forum: XLSReadWritwII 6
Topic: Text '_x3hhM_' leads to corrupt xlsx file
Replies: 7
Views: 5577

Text '_x3hhM_' leads to corrupt xlsx file

Hello, I'm using Delphi 2007 and XLSReadWriteII 5.20.46. If I insert text '_x3hhM_' into a cell, the xlsx file is created incorrectly. Excel 2007 (and 2010) displayes an error saying that the file was corrupted. procedure TfrmMain.btnWriteClick(Sender: TObject); var XLS: TXLSReadWriteII5; begin XLS ...