Axional Excel Bridge

Library extension for performing Excel
processing in the middle tier

Axional Excel Bridge is a library extension for performing Excel processing in the middle tier. It can open, read and write Microsoft Excel documents at database level. This means you can interact with the database while reading or writing Excel sheets.

  • prog
  • res

The library is a collection of XML scripting language functions that run inside Axional WebStudio servers.

Function Description
excel.Workbook Creates a new workbook or loads a workbook from file
excel.Workbook.createSheet Creates a new sheet in the workbook
excel.Workbook.getSheet Returns a workbook sheet
excel.Workbook.cloneSheet Clones a workbook sheet.
excel.Workbook.toResultSet Generates a ResultSet with the workbook data
excel.Sheet.createRow Creates a new row at the specified workbook sheet
excel.Sheet.getRow Returns a specified row from the workbook sheet
excel.Sheet.fromResultSet Generates a new sheet with the ResultSet data
excel.Sheet.toHTML Generates an HTML document with the data of the specified sheet from the workbook
excel.Row.createCell Creates a new cell at a specified row of the workbook sheet
excel.Row.getCell Returns a specified cell from a specified row of the workbook sheet
excel.Cell.setCellValue Sets a value to a specified cell
excel.Cell.getCellValue Returns the value of the specified cell
excel.Cell.setCellType Sets a type to a specified cell
excel.Cell.getCellType Returns the type of the specified cell

This post/page is also available in: French, German, Spanish, Catalan