Excel Functions

Excel Functions

This section contains helper functions that you can use for reading and writing Excel files.

  • excelAddRowAdds a new row to a sheet in a workbook.
  • excelAddSheetAdds a new sheet to the open workbook.
  • excelCloseWorkbookSaves and closes the workbook that was opened at the beginning of the process.
  • excelGetCellGets the string value from the specified cell.
  • excelOpenWorkbookOpens a workbook so that it may be used in the script.
  • excelRemoveRowRemoves a row in the opened workbook.
  • excelRemoveSheetRemoves the selected sheet from an open workbook.
  • excelReplaceRowClears the specified row without impacting the index of any rows beneath of it.
  • excelSetCellUpdates the value of the specified cell in the open workbook.
  • excelSetCurrentSheetSpecifies the current sheet by name or index that subsequent processes should use.

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.