https://bz.apache.org/bugzilla/show_bug.cgi?id=61624
Greg Woolsey <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Greg Woolsey <[email protected]> --- POI doesn't do any formula translation, that's all done in Excel UI localization code. POI operates only on the OOXML file, and the OOXML spec (and all files saved by internationalized versions of Excel) save all formulas and formats in US locale forms. Thus if you want to set a formula for a cell using POI, you need to set the US English function names, the ones listed as supported by POI [1] [1] https://poi.apache.org/spreadsheet/formula.html -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
