Uses of Class
org.apache.poi.ss.usermodel.ZssContext
-
Packages that use ZssContext Package Description org.apache.poi.ss.usermodel -
-
Uses of ZssContext in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ZssContext Modifier and Type Method Description static ZssContext
ZssContext. getCurrent()
Returns the current Keikai Spreadsheet Context; never null.static ZssContext
ZssContext. getThreadLocal()
Returns the Keikai Spreadsheet Contextdefined bysetThreadLocal(org.apache.poi.ss.usermodel.ZssContext)
.static ZssContext
ZssContext. setThreadLocal(ZssContext ctx)
Sets the locale for the current thread only.Methods in org.apache.poi.ss.usermodel with parameters of type ZssContext Modifier and Type Method Description static ZssContext
ZssContext. setThreadLocal(ZssContext ctx)
Sets the locale for the current thread only.
-