SpreadsheetProcessor class
Class for processing .xlsx files
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
displaySpreadSheet(
SpreadSheet spreadSheet, List< SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes) → Future<List< Widget> > - Function for displaying spreadsheets
-
getAllMergedCells(
String fromCol, String toCol) → List< String> -
getSpreadSheetDetails(
ArchiveFile workbookFile, SpreadSheet spreadSheet) → void - Function for getting spreadsheet details
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processColorSchemes(
ArchiveFile themeFile, List< SSColorSchemes> colorSchemes) → void -
processSpreadSheetStyles(
ArchiveFile stylesFile, List< SSStyle> spreadSheetStyles) → void -
readAllSheets(
SpreadSheet spreadSheet, List< Relationship> relationShips, Archive archive) → Future<void> - Function for reading all details of the sheets
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
formatCellValue(
String value, MsSsCell cell, List< SSStyle> spreadSheetStyles) → String -
getCellColNo(
String colNoStr, int rowId) → int - Function for getting cell number
-
getCellStyle(
MsSsCell cell, List< SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes, List<MsSsCol> colDetails) → String -
getCellValue(
MsSsCell cell, ) → String - Function for getting cell values
-
getColSpan(
Map< String, String> mergeCell) → int -
getHtml(
GetHtmlParams getHtmlParams) → String - Function for getting the html values
-
getRows(
GetRowsParams rowParams) → MsSsRow -
getRowStyle(
MsSsRow row, List< SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes) → String