View Issue Details

IDProjectCategoryView StatusLast Update
0002613JEDI VCL00 JVCL Componentspublic2005-07-25 05:34
ReporterrmcclintockAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 
Target VersionFixed in Version3.10 
Summary0002613: Add column names to first row of CSV export in TJvDBGridCSVExport
DescriptionThere are several components that allow data to be directly exported to a grid, each with a different target file type (csv, xls, doc, html and xml). If I export to the xls format, then in Excel, I will see column names for headings.

The CSV export does not add column names as a header row (makes sense to me that it would).
Additional InformationIn addition, the current algorithm for creating the export always leaves a comma at the end of each line, creating a scenario where there will always be an empty column (logically) at the end of each row. This will become more apparent of column headings are added.

TagsNo tags attached.

Activities

2005-02-09 10:55

 

JvDBGridExport.pas (35,690 bytes)

obones

2005-05-19 07:23

administrator   ~0007246

A small demo application would be most welcome.
To anyone implementing this: Make it an option so that the user can choose to get the headers or not.

jfudickar

2005-07-24 10:29

developer   ~0007604

It seems to be done, so i think we can close the case?

Issue History

Date Modified Username Field Change
2005-02-09 10:55 rmcclintock New Issue
2005-02-09 10:55 rmcclintock File Added: JvDBGridExport.pas
2005-05-19 07:23 obones Note Added: 0007246
2005-05-19 07:23 obones Status new => acknowledged
2005-07-24 10:29 jfudickar Note Added: 0007604
2005-07-24 10:29 jfudickar Status acknowledged => feedback
2005-07-25 05:34 obones Status feedback => resolved
2005-07-25 05:34 obones Resolution open => fixed
2005-07-25 05:34 obones Assigned To => obones