calculate cell values from formula programmatically in OpenXML sdk2
问题 I'm using OpenXML SDK2.0 for excel calculations and stuck with 1 thing. Basically I'm populating an excel file with data from database and sending it to the user...that bit works fine. Now I want to get the calculated cell value after I'm putting a formula in it, but without opening the excel document... Is there a way to populate excel file with openxml sdk2.0 and get calculated values back straight away? Maybe someone has encountered similar problem or has a working solution ! Thanks:) 回答1: