Library:JExcelAPI 2.6  
Package
jxl.biff.formula
Overview
Members
Books
SinceNot specified.
VersionNot specified.
AuthorNot specified.
No description provided.
Wiki javadoc Use textile entry format.

WorkbookSettings ws = new WorkbookSettings();
ws.setLocale(Locale.GERMAN);

WritableWorkbook workbook = Workbook.createWorkbook(response.getOutputStream(),ws);
WritableSheet tableSheet = workbook.createSheet(table_name, 0);

Formula formel = new Formula(0,6,"SUMME(A1:A4)");