Search found 5 matches
- Wed Mar 09, 2022 4:24 pm
- Forum: VCL
- Topic: Data incorrect in export to XLSX
- Replies: 6
- Views: 7990
Re: Data incorrect in export to XLSX
Hi Marc, I am allowing users to export data via a button click (see code below). I am apparently not triggering use of the older excel format. Can you direct me to a sample or the correct method? Thanks, Mike Simmons procedure TGraphForm.DownloadDataAsXLX(Sender: TObject); Var NameOnly, DownloadFile...
- Tue Mar 08, 2022 2:36 pm
- Forum: VCL
- Topic: Data incorrect in export to XLSX
- Replies: 6
- Views: 7990
Re: Data incorrect in export to XLSX
Hi Marc,
I've sent the exported chart via email. Thanks for the fast response.
Mike
I've sent the exported chart via email. Thanks for the fast response.
Mike
- Mon Mar 07, 2022 8:07 pm
- Forum: VCL
- Topic: Data incorrect in export to XLSX
- Replies: 6
- Views: 7990
Data incorrect in export to XLSX
When I export chart data to XLSX some data is lost and some data is offset. In the image attached you can see the values in the data table and what shows up after export. Any ideas how to correct the export.
Thanks
Mike Simmons
Thanks
Mike Simmons
- Wed Dec 09, 2020 6:56 pm
- Forum: VCL
- Topic: Data Table Missing values
- Replies: 3
- Views: 10299
Re: Data Table Missing values
That's fixed it. Thank you Yeray!
Mike Simmons
Mike Simmons
- Fri Nov 20, 2020 3:39 pm
- Forum: VCL
- Topic: Data Table Missing values
- Replies: 3
- Views: 10299
Data Table Missing values
See attached image. The data table only shows the values every fourth bar. There seems to be ample room to draw the value. I have seen that if I reduce the number of points shown, the data table may draw correctly. But even with this sample there is sufficient room to draw the values. Is there some ...