Hello. I'm back.
I tried to work with OLE but it is very slow.
I have a large number of calculations that I want to do in Excel. I am ready to add the formulas I need that are not in the library, but under your control.
Now I decided to try this library again, how many formulas will be lost. As a result, I lose absolutely everything. I think I'm making some mistake. Please help me. Revision:9261
my code:
MyWorkbook := TsWorkbook.Create;
MyWorkbook.ReadFromFile('d:\4.xlsx', sfOOXML);
MyWorkbook.Options := MyWorkbook.Options + [boAutoCalc];
MyWorkbook.WriteToFile('d:\444.xlsx', sfOOXML,true);