ExcelServices 2.0.0
ExcelServices
Services available for Excel
String.asTable(String, String, String, String) : org.obeonetwork.m2doc.element.MTable
Insert a table from an Excel .xlsx file.
Example
Expression | Result |
---|---|
‘excel.xlsx’.asTable(‘Feuil1’, ‘C3’, ‘F7’, ‘fr-FR’) | insert the table from ‘excel.xlsx’ |
String.asTable(String, String, String) : org.obeonetwork.m2doc.element.MTable
Insert a table from an Excel .xlsx file.
Example
Expression | Result |
---|---|
‘excel.xlsx’.asTable(‘Feuil1’, ‘C3’, ‘F7’) | insert the table from ‘excel.xlsx’ |