How to export spreadsheet to CSV without evaluating formulas

北城余情 提交于 2019-12-12 18:17:50

问题


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:


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.



来源:https://stackoverflow.com/questions/36944201/how-to-export-spreadsheet-to-csv-without-evaluating-formulas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!