By default, the .xlsx file we generated from my server will be openned in Protected Mode on user's computers. On that mode, I noticed many cells with formulas will not be activated so nothing will be displayed on those cells. Everything is fine on Edit mode. So I want to ask if there is any way to programmatically allow cell formulas to work on Protected Mode? My development environment is MVC4 and I use ExcelCreator 8.0 to generate excel files.
*Edit: My main concern is to display the values of the cells with formulas. They are just some simple SUM() formulas. I noticed that when the first time the file is openned, those cells are blank. But when I switched to Edit Mode for the first time and without editing, immediately save the file then the next time I open it on the Protected Mode, those cells have some values to display. So can we at least program it to save those values without openning on Edit mode first?