Looking for csv-Editor.
-
It should be a small program to edit tabular data. User friendly. Freeware. Open source if possible. German UI would be nice, but is not a must have. Any idea?:rolleyes: Ralf Friedrich Hain
-
It should be a small program to edit tabular data. User friendly. Freeware. Open source if possible. German UI would be nice, but is not a must have. Any idea?:rolleyes: Ralf Friedrich Hain
IIRC, there is an article in CP which featured something like this. And the class name was something like CDataFile. I see dumb people
-
It should be a small program to edit tabular data. User friendly. Freeware. Open source if possible. German UI would be nice, but is not a must have. Any idea?:rolleyes: Ralf Friedrich Hain
You can easily hookup ADO/ODBC with MSDataGrid IIRC. -- Only in a world this shitty could you even try to say these were innocent people and keep a straight face.
-
It should be a small program to edit tabular data. User friendly. Freeware. Open source if possible. German UI would be nice, but is not a must have. Any idea?:rolleyes: Ralf Friedrich Hain
Doesn't Excel do this? Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible
-
Doesn't Excel do this? Cheers, Tom Archer Author - Inside C#, Visual C++.NET Bible
Tom Archer wrote: Doesn't Excel do this? Very much so, however it is limited in the amount of data it can hold, something like 63,000 (can't remember off the top of my head) rows.
Nick Parker
You see the Standards change. - Fellow co-worker
-
Tom Archer wrote: Doesn't Excel do this? Very much so, however it is limited in the amount of data it can hold, something like 63,000 (can't remember off the top of my head) rows.
Nick Parker
You see the Standards change. - Fellow co-worker
-
It should be a small program to edit tabular data. User friendly. Freeware. Open source if possible. German UI would be nice, but is not a must have. Any idea?:rolleyes: Ralf Friedrich Hain
If you are looking for a CSV class for your app, look here[^]. :cool: If you are reading more than numerical data, change the std::vector from double to CString or std::string or whatever you want. Note: there is no limit to the size of the data file with this class. - Nitron
"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
-
65535 ;P - Nitron
"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
Nitron wrote: 65535 Thanks Nitron, I had a feeling you might know the exact number and would pop in.
Nick Parker
You see the Standards change. - Fellow co-worker