Page 1 of 1

To get addresses of changed cells in a SpreadSheet

PostPosted: 07 Nov 2015 12:36
by kak
How we can get addresses (for example: A1, B2... or Column = 1, Row = 2) of all cells, which are changed after every OnSheetCalculation event ?

Re: To get addresses of changed cells in a SpreadSheet

PostPosted: 10 Nov 2015 10:16
by Alexander Bulei
Hi kak,
Unfortunately, there is no methods to do that.
You can export all data only.

delphi code
procedure Export(const AFileName: string; ADataType: TIWCGJQSpreadSheetDataType = jqssdtJSON; const ATrimEmptyCells: Boolean = False);


Best Regards.