Force full calculation of entire workbook in Coldfusion / Apache POI
问题 Given a workbook with cross-sheet formulas generated by Coldfusion 9 via Apache POI . I want to programmatically force an entire workbook to do a "full calculation with dependency tree rebuild" before saving the workbook to disk. So that when my end-users open the spreadsheet, they do not have to press Ctrl - Alt - Shift - F9 . How do I accomplish this in coldfusion ? References: http://adobe.ly/HbLBZo http://poi.apache.org/spreadsheet/eval.html http://bit.ly/HJJA3Q 回答1: Unfortunately there