ExcelX Extension
Namaste everyone!
Today I am presenting my new extension ExcelX. This extension provides various features for excel files.
Features:
- Manipulate (.xls) files
- Specify path using file picker URI
- Read/Write Excel Files
- Lighter than most alternatives
Methods:
GetRowData
Get data from a specific row
Parameter |
Type |
rowNumber |
number |
GetColumnData
Get data from a specific column
Parameter |
Type |
columnName |
text |
GetCellData
Get data from a specific cell
Parameter |
Type |
rowNumber |
number |
columnName |
text |
ReplaceRowData
Replace data in a specific row
Parameter |
Type |
rowNumber |
number |
newData |
list |
ReplaceColumnData
Replace data in a specific column
Parameter |
Type |
columnName |
text |
newData |
list |
ReplaceCellData
Replace data in a specific cell
Parameter |
Type |
rowNumber |
number |
columnName |
text |
newData |
text |
Events:
AfterGetRowData
Parameter |
Type |
data |
list |
error |
text |
AfterGetColumnData
Parameter |
Type |
data |
list |
error |
text |
AfterGetCellData
Parameter |
Type |
data |
text |
error |
text |
AfterReplaceRowData
Parameter |
Type |
message |
text |
error |
text |
AfterReplaceColumnData
Parameter |
Type |
message |
text |
error |
text |
AfterReplaceCellData
Parameter |
Type |
message |
text |
error |
text |
Properties:
ExcelFilePath
SheetName
Purchase the Extension
Get the extension for just 6$ instantly!
1 Like