(add-merged-region cell-range-address)
(add-merged-region sheet cell-range-address)
(add-merged-region start-row end-row start-column end-column)
(add-merged-region sheet start-row end-row start-column end-column)
Defines merged cells in a sheet.
Defines merged cells in a sheet.
(all-cell-values)
(all-cell-values row)
(all-cell-values row min-cells)
Returns a sequence of the cell values of the row.
Returns a sequence of the cell values of the row.
(all-row-cells)
(all-row-cells sheet)
(all-row-cells sheet min-cells)
Returns a sequence of values of the sheets in the workbook.
Returns a sequence of values of the sheets in the workbook.
(all-row-values)
(all-row-values sheet)
(all-row-values sheet min-cells)
Returns a sequence of values of the sheets in the workbook.
Returns a sequence of values of the sheets in the workbook.
(all-sheet-cells)
(all-sheet-cells workbook)
(all-sheet-cells workbook min-cells)
Returns a sequence of all the cells of the sheets in the workbook. Returns at least 'min-cells' cells per row.
Returns a sequence of all the cells of the sheets in the workbook. Returns at least 'min-cells' cells per row.
(all-sheet-values)
(all-sheet-values workbook)
(all-sheet-values workbook min-cells)
Returns a sequence of all the values of the sheets in the workbook. Returns at least 'min-cells' values per row.
Returns a sequence of all the values of the sheets in the workbook. Returns at least 'min-cells' values per row.
(cell-insert-index row)
Returns the index of next 'free' cell in the row.
Returns the index of next 'free' cell in the row.
(cell-result cell)
Returns the result of the formula evaluation if the cell is of type :formula.
Returns the result of the formula evaluation if the cell is of type :formula.
Returns the value of the cell (based on the type of the cell).
Returns the value of the cell (based on the type of the cell).
(cell-values)
(cell-values row)
Returns a sequence of the cell values of the row.
Returns a sequence of the cell values of the row.
(color rgb)
(color r g b)
Creates an 'extended' color.
Creates an 'extended' color.
(color-index color)
Returns the index of the color.
Returns the index of the color.
(create-cell row opts value)
(create-cell row cell-no opts value)
Creates a new cell.
Creates a new cell.
(create-cell-range-address v)
(create-cell-range-address start-row end-row start-column end-column)
Creates a cell range address.
Creates a cell range address.
(create-cell-style wb opts)
Creates a new cell style.
Creates a new cell style.
(create-data-format wb opts)
Creates a new data format.
Creates a new data format.
(create-hssf-workbook opts)
Creates a new HSSF workbook.
Creates a new HSSF workbook.
(create-row sheet opts)
(create-row sheet row-no opts)
Creates a new row.
Creates a new row.
(create-sheet wb opts)
(create-sheet wb sheet-no opts)
Creates a new sheet.
Creates a new sheet.
(create-workbook opts)
(create-workbook file opts)
Creates a new workbook.
Creates a new workbook.
(first-cell-num)
(first-cell-num row)
Returns the index of the first cell in the row.
Returns the index of the first cell in the row.
(first-row-num sheet)
Returns the index of the first row in the sheet.
Returns the index of the first row in the sheet.
(get-all-cells row)
(get-all-cells row min-cells)
Returns a sequence of all the defined cells in the row.
Returns a sequence of all the defined cells in the row.
(get-all-rows sheet)
Returns a sequence of all the defined rows in the sheet.
Returns a sequence of all the defined rows in the sheet.
(get-cell cell-no)
(get-cell row cell-no)
Returns the cell with the index cell-no of the row.
Returns the cell with the index cell-no of the row.
(get-cell-formula)
(get-cell-formula cell)
Returns the formula of the cell if the cell is of type :formula.
Returns the formula of the cell if the cell is of type :formula.
(get-cell-hyperlink)
(get-cell-hyperlink cell)
Returns the hyperlink of the cell (if any).
Returns the hyperlink of the cell (if any).
(get-cell-type)
(get-cell-type cell)
Returns the type of the cell.
Returns the type of the cell.
(get-cells row)
Returns a sequence with the cells of the row.
Returns a sequence with the cells of the row.
(get-column-index)
(get-column-index cell)
Returns the column index of the cell.
Returns the column index of the cell.
(get-row sheet row-no)
Returns the row with the index row-no of the sheet.
Returns the row with the index row-no of the sheet.
(get-row-index)
(get-row-index cell)
Returns the row index of the cell.
Returns the row index of the cell.
(get-rows sheet)
Returns a sequence of the physically defined rows of the sheet.
Returns a sequence of the physically defined rows of the sheet.
(get-sheet wb sheet-no)
Returns the sheet at the given index.
Returns the sheet at the given index.
(get-sheets wb)
Returns a sequence of the sheets in the workbook.
Returns a sequence of the sheets in the workbook.
(last-cell-num)
(last-cell-num row)
Returns the index of the last cell in the row.
Returns the index of the last cell in the row.
(last-row-num sheet)
Returns the index of the last row in the sheet.
Returns the index of the last row in the sheet.
(new-cell opts value & body)
Creates a new cell in the current row.
Creates a new cell in the current row.
(new-cell-style opts)
Creates a new cell style in the current workbook.
Creates a new cell style in the current workbook.
(new-data-format opts)
Creates a new data format in the current workbook.
Creates a new data format in the current workbook.
(new-font opts)
Creates a new font in the current workbook.
Creates a new font in the current workbook.
(new-row opts & body)
Creates a new row in the current sheet.
Creates a new row in the current sheet.
(new-sheet opts & body)
Creates a new sheet in the current workbook.
Creates a new sheet in the current workbook.
(new-workbook opts & body)
Creates a new workbook.
Creates a new workbook.
(physical-number-of-cells)
(physical-number-of-cells row)
Returns the physical number of cells in the row.
Returns the physical number of cells in the row.
(physical-number-of-rows sheet)
Returns the physical number of rows in the sheet.
Returns the physical number of rows in the sheet.
(read-workbook file)
(read-workbook wb file)
Reads a workbook from file.
Reads a workbook from file.
(row-insert-index sheet)
Returns the index of next 'free' row in the sheet.
Returns the index of next 'free' row in the sheet.
(row-values sheet)
Returns a sequence of values of the sheets in the workbook.
Returns a sequence of values of the sheets in the workbook.
(select-cell cell-no & body)
Updates the cell in the current row.
Updates the cell in the current row.
(select-row row-no & body)
Updates the row in the current sheet.
Updates the row in the current sheet.
(select-sheet sheet-no & body)
Updates the sheet in the current workbook.
Updates the sheet in the current workbook.
(set-cell-type type)
(set-cell-type cell type)
Sets the type of the cell to type.
Sets the type of the cell to type.
(set-cell-value cell value)
Sets the value of the cell.
Sets the value of the cell.
(sheet-values)
(sheet-values workbook)
Returns a sequence of phyically defined values of the sheets in the workbook.
Returns a sequence of phyically defined values of the sheets in the workbook.
(to-int value)
Coerces a (numeric) value to an integer.
Coerces a (numeric) value to an integer.
(with-workbook file & body)
Reads the workbook from file, executes the body with the workbook and writes the workbook back to file.
Reads the workbook from file, executes the body with the workbook and writes the workbook back to file.
(write-workbook file)
(write-workbook file wb)
Writes a workbook to file.
Writes a workbook to file.
(xssf-workbook? wb)
Checks if the given workbook is a xssf workbook (a.k.a. an '.xlsx' file).
Checks if the given workbook is a xssf workbook (a.k.a. an '.xlsx' file).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close