How to export spreadsheet to CSV without evaluatin

2019-07-14 06:09发布

I'm looking for a way to export a spreadsheet (from MS Excel or LibreOffice Calc) without evaluating formulas so the formulas are stored in the CSV. I know, for example, I could convert formulas to text in MS Excel prior to export, but don't want to modify the formulas. It appears the default behavior for CSV export in MS Excel loses the formulas if they're not displayed as text.

1条回答
混吃等死
2楼-- · 2019-07-14 06:21

First, select the tab with the formulas, then hold "Ctrl" + "~" (the tilde character), then do a File, Save As, and choose .csv.

I tried this and opened the file up in notepad, and the formulas were intact.

查看更多
登录 后发表回答