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> - Function for getting all merged cells
-
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 - Function for processing colors
-
processSpreadSheetStyles(
ArchiveFile stylesFile, List< SSStyle> spreadSheetStyles) → void - Function for processing spread sheet styles
-
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 - Function for formating cell value
-
getCellColNo(
String colNoStr, int rowId) → int - Function for getting cell number
-
getCellStyle(
MsSsCell cell, List< SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes, List<MsSsCol> colDetails) → String - Function for getting cell style
-
getCellValue(
MsSsCell cell, ) → String - Function for getting cell values
-
getColSpan(
Map< String, String> mergeCell) → int - Function for getting col span
-
getHtml(
GetHtmlParams getHtmlParams) → String - Function for getting the html values
-
getRows(
GetRowsParams rowParams) → MsSsRow - Function for getting rows
-
getRowStyle(
MsSsRow row, List< SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes) → String - Function for getting row style