I would like to transfer a Datatable
to excel and calculate a sum. For this I\'m using epplus. Here is my code:
Sheet.Cells[\"A1\"].LoadFromDataTable
You should change "SUMME" to "SUM", localized formula names is handled by the Excel GUI. The underlying xml (same as Excel produces) assumes that the formula names are in english.
From EPPlus Formula calc documentation: