Search found 1 match

by Y.AMILIN
Thu Oct 29, 2009 3:19 pm
Forum: XLSReadWriteII 3/4/5
Topic: Error #VALUE! on opening a file created with TXLSReadWriteII
Replies: 6
Views: 7035

Error #VALUE! on opening a file created with TXLSReadWriteII

Hello, my company is currently testing the TXLSReadWriteII component. During our test, we found the following bug: 1- Execute this code procedure TForm1.Button1Click(Sender: TObject); var XLS: TXLSReadWriteII4; begin XLS := TXLSReadWriteII4.Create(nil); try XLS.Sheet[0].AsFloatRef['A2'] := 1; XLS.Sh...