- UNIT_OFFSET_LENGTH - Static variable in class org.apache.poi.examples.ss.AddDimensionedImage.ConvertImageUnits
-
- UNIX_STYLE_ESCAPING - Static variable in class org.apache.poi.examples.ss.ToCSV
-
Identifies that the CSV file should obey UNIX formatting conventions
with regard to escaping certain embedded characters - the field separator
and end of line (EOL) character
- UpdateEmbeddedDoc - Class in org.apache.poi.examples.xwpf.usermodel
-
Tests whether it is possible to successfully update an Excel workbook that is
embedded into a WordprocessingML document.
- UpdateEmbeddedDoc(String) - Constructor for class org.apache.poi.examples.xwpf.usermodel.UpdateEmbeddedDoc
-
Create a new instance of the UpdateEmbeddedDoc class using the following
parameters;
- updateEmbeddedDoc() - Method in class org.apache.poi.examples.xwpf.usermodel.UpdateEmbeddedDoc
-
Called to update the embedded Excel workbook.
- UserDefinedFunctionExample - Class in org.apache.poi.examples.ss.formula
-
An example class of how to invoke a User Defined Function for a given
XLS instance using POI's UDFFinder implementation.