summaryrefslogtreecommitdiff
path: root/doc/note/windoof/excel-csv-problems.txt
blob: 1560e3a0b0ca4d183a442073356097fd33c400d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

## Generate a CSV so excel won't corrupt data on opening

Make a formula of each cell. So Wrap value in double quotes and
prepend by equal sign. This way, it will be TEXT for excel.

Another option is to prepend a tab for each value.


## Refs

[excel csv gen (TODO vote)](https://superuser.com/a/527894/1123359)