Package com.independentsoft.calc.engine
Class OdfBackend
java.lang.Object
com.independentsoft.calc.engine.OdfBackend
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbuild(WorkbookModel model, Spreadsheet document)static StringformatDuration(double days)static StringformatIsoDate(double serial, OutBool hasTime)static StringgetDisplayText(Cell cell)static booleanisRepresentableDate(double serial)static CalcValueparseCachedValue(Cell cell)static booleantryParseDuration(String duration, OutDouble days)static booleantryParseIsoToSerial(String iso, OutDouble serial)static booleantryParseLocalizedError(String s, Out<CalcErrorType> error)static boolean
-
Field Details
-
DefaultEpoch
-
-
Method Details
-
build
-
parseCachedValue
-
tryParseLocalizedError
-
getDisplayText
-
tryParseIsoToSerial
-
tryParseDuration
-
formatDuration
-
isRepresentableDate
public static boolean isRepresentableDate(double serial) -
formatIsoDate
-
writeBack
-