07-23-2012 09:20 AM
If the OP is talking about modifying/editing his Excel file's Document Properties, it will require ActiveX. http://www.cpearson.com/excel/docprop.aspx
07-23-2012 09:21 AM
In the initial post, I write some information in the header of the text file, into the text file but not
in the metadata. But this is the file for people who are using excel to edit the data.
On the lower part of the screenshot I don't write any comment, I just create a spreadsheet with columns of data.
Into the "file properties" or metadata there is also a part named "comment" just after the date, size, author...
07-23-2012 09:31 AM
You can't.
As you said, you want to create text files, and text files don't have these properties.
Excel files have these properties, but they are built into the binary format of .xls files. .xls files are NOT text files.
07-23-2012 09:38 AM
07-23-2012 09:54 AM
Hm, i think i now understand.
There is no solution available for LV right away. In fact, it seems to be quite ugly to get a solution.
The reason as far as i can see is that this is heavily depending on the used OS. So it could be possible that it works with Win XP, but not in Win 7....
Platform dependencies is the major reason for LV not having such features....
Norbert
07-23-2012 09:55 AM
Hi Guillaume,
the alternative could be LVM. It's nothing we suggest for a general purpose use-case but in your case it could help.
LVM allows to add some meta data on the top of the CSV file
07-23-2012 10:13 AM