Protected View in Microsoft Excel 2010 and Python

假装没事ソ 提交于 2019-12-11 17:46:30

问题


No code examples here. Just running into an issue with Microsoft Excel 2010 where I have a python script on linux that pulls data from csv files, pushes it into excel, and emails that file to a certain email address as an attachment.

My problem is that I'm using formulas in my excel file, and when it first opens up it goes into "Protected View". My formulas don't load until after I click "Enable Editing". Is there anyway to get my numbers to show up even if Protected Mode is on?


回答1:


Figured this out. Just used the for loop to keep a running total. Sorry for the wasted question.



来源:https://stackoverflow.com/questions/14592328/protected-view-in-microsoft-excel-2010-and-python

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