Tries to load the file. Returns true if loading completed
successfully, i.e. without errors. Note that in this case there still can be
warnings.
Returns:
true if loading completed successfully,
false otherwise
load
booleanload(boolean readWorkbookProperties)
Tries to load the file. Returns true if loading completed
successfully, i.e. without errors. Note that in this case there still can be
warnings.
Parameters:
readWorkbookProperties - whether or not to read custom properties of the
workbook. These properties define index of
first data rows and columns. Reading these
properties can slow down loading big data files
Returns:
true if loading completed successfully,
false otherwise