Whatever message this page gives is out now! Go check it out!

Spreadsheet functions

Last update:
May 18, 2026
FunctionDescription
SpreadSheetAddAutofilterAdds auto filters to a spreadsheet.
SpreadsheetAddColumnAdds columns to a spreadsheet object.
SpreadsheetAddFreezePaneAdds freeze pane to a spreadsheet.
SpreadsheetAddImageAdds an image to a spreadsheet object.
SpreadsheetAddInfoAdds information to an Excel spreadsheet object.
SpreadSheetAddPagebreaksAdds page breaks for rows and columns to a Spreadsheet object.
SpreadsheetAddRowAdds a row to an Excel spreadsheet object.
SpreadsheetAddRowsAdds multiple rows from a query to an Excel spreadsheet object.
SpreadsheetAddSplitPaneAdds split pane to a spreadsheet.
SpreadsheetCreateSheetCreates a spreadsheet object.
SpreadsheetDeleteColumnDeletes a column in a spreadsheet.
SpreadsheetDeleteColumnsDeletes multiple columns in a spreadsheet.
SpreadsheetDeleteRowDeletes a row data in a spreadsheet object. It does not delete the row.
SpreadsheetDeleteRowsDeletes all data from multiple rows of an Excel spreadsheet object. It does not delete the rows.
SpreadsheetFormatCellFormats the contents of a single cell of an Excel spreadsheet object.
SpreadsheetFormatCellRangeFormats the contents of a cell range of an Excel spreadsheet object.
SpreadsheetFormatColumnFormats the contents of a single column of an Excel spreadsheet object.
SpreadsheetFormatColumnsFormats the contents of a column range of an Excel spreadsheet object.
SpreadsheetFormatRowFormats the contents of a single row of an Excel spreadsheet object.
SpreadsheetFormatRowsFormats the contents of multiple rows of an Excel spreadsheet object.
SpreadsheetGetCellCommentGets the comment for an Excel spreadsheet object cell as a structure with formatting information or all comments for the object.
SpreadsheetGetCellFormulaGets the formula for a for an Excel spreadsheet object cell, or all formulas for the object.
SpreadsheetGetCellValueGets the value for a for an Excel spreadsheet object cell.
SpreadsheetGetColumnCountGets the number of columns in a worksheet.
SpreadsheetInfoReturns the properties of a spreadsheet object.
SpreadsheetMergeCellsMerges a rectangular block of two or more Excel spreadsheet object cells.
SpreadsheetNewCreates a ColdFusion spreadsheet object.
SpreadsheetReadReads a sheet from a spreadsheet file and stores it in a ColdFusion spreadsheet object.
SpreadsheetReadBinaryReads a spreadsheet file into a binary object.
SpreadsheetRemoveSheetDeletes a spreadsheet.
SpreadsheetSetActiveSheetSets a sheet in a spreadsheet as active.
SpreadsheetSetActiveSheetNumberSets a sheet number in a spreadsheet as active.
SpreadsheetSetCellCommentSets the comment for an Excel spreadsheet object cell.
SpreadsheetSetCellFormulaSpecifies the formula for an Excel spreadsheet object cell.
SpreadsheetSetCellValueSpecifies the value of an Excel spreadsheet object cell.
SpreadsheetSetColumnWidthSets the width of a column in a spreadsheet object.
SpreadsheetSetFooterSets the footer in a spreadsheet object.
SpreadsheetSetHeaderSets the header in a spreadsheet object.
SpreadsheetSetRowHeightSets the height of a row in a spreadsheet object.
SpreadsheetShiftColumnsShifts one or multiple columns to the left or right in a spreadsheet object.
SpreadsheetShiftRowsShifts one or multiple rows up or down in a spreadsheet object.
SpreadsheetWriteWrites a spreadsheet object into a file.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page