Liking cljdoc? Tell your friends :D

org.soulspace.cmp.poi.excel


*cell*clj


*row*clj


*sheet*clj


*workbook*clj


add-merged-regionclj

(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.
raw docstring

all-cell-valuesclj

(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.
raw docstring

all-row-cellsclj

(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.
raw docstring

all-row-valuesclj

(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.
raw docstring

all-sheet-cellsclj

(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.
raw docstring

all-sheet-valuesclj

(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.
raw docstring

cell-borderclj


cell-border-keyclj


cell-fill-styleclj


cell-fill-style-keyclj


cell-insert-indexclj

(cell-insert-index row)

Returns the index of next 'free' cell in the row.

Returns the index of next 'free' cell in the row.
raw docstring

cell-resultclj

(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.
raw docstring

cell-typeclj


cell-type-keyclj


cell-valuecljmultimethod

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).
raw docstring

cell-valuesclj

(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.
raw docstring

colorclj

(color rgb)
(color r g b)

Creates an 'extended' color.

Creates an 'extended' color.
raw docstring

color-indexclj

(color-index color)

Returns the index of the color.

Returns the index of the color.
raw docstring

create-cellclj

(create-cell row opts value)
(create-cell row cell-no opts value)

Creates a new cell.

Creates a new cell.
raw docstring

create-cell-range-addressclj

(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.
raw docstring

create-cell-styleclj

(create-cell-style wb opts)

Creates a new cell style.

Creates a new cell style.
raw docstring

create-data-formatclj

(create-data-format wb opts)

Creates a new data format.

Creates a new data format.
raw docstring

create-fontclj

(create-font wb opts)

Creates a new font.

Creates a new font.
raw docstring

create-hssf-workbookclj

(create-hssf-workbook opts)

Creates a new HSSF workbook.

Creates a new HSSF workbook.
raw docstring

create-rowclj

(create-row sheet opts)
(create-row sheet row-no opts)

Creates a new row.

Creates a new row.
raw docstring

create-sheetclj

(create-sheet wb opts)
(create-sheet wb sheet-no opts)

Creates a new sheet.

Creates a new sheet.
raw docstring

create-workbookclj

(create-workbook opts)
(create-workbook file opts)

Creates a new workbook.

Creates a new workbook.
raw docstring

first-cell-numclj

(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.
raw docstring

first-row-numclj

(first-row-num sheet)

Returns the index of the first row in the sheet.

Returns the index of the first row in the sheet.
raw docstring

get-all-cellsclj

(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.
raw docstring

get-all-rowsclj

(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.
raw docstring

get-cellclj

(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.
raw docstring

get-cell-formulaclj

(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.
raw docstring

(get-cell-hyperlink)
(get-cell-hyperlink cell)

Returns the hyperlink of the cell (if any).

Returns the hyperlink of the cell (if any).
raw docstring

get-cell-typeclj

(get-cell-type)
(get-cell-type cell)

Returns the type of the cell.

Returns the type of the cell.
raw docstring

get-cellsclj

(get-cells row)

Returns a sequence with the cells of the row.

Returns a sequence with the cells of the row.
raw docstring

get-column-indexclj

(get-column-index)
(get-column-index cell)

Returns the column index of the cell.

Returns the column index of the cell.
raw docstring

get-rowclj

(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.
raw docstring

get-row-indexclj

(get-row-index)
(get-row-index cell)

Returns the row index of the cell.

Returns the row index of the cell.
raw docstring

get-rowsclj

(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.
raw docstring

get-sheetclj

(get-sheet wb sheet-no)

Returns the sheet at the given index.

Returns the sheet at the given index.
raw docstring

get-sheetsclj

(get-sheets wb)

Returns a sequence of the sheets in the workbook.

Returns a sequence of the sheets in the workbook.
raw docstring

horizontal-alignmentclj


horizontal-alignment-keyclj


last-cell-numclj

(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.
raw docstring

last-row-numclj

(last-row-num sheet)

Returns the index of the last row in the sheet.

Returns the index of the last row in the sheet.
raw docstring

missing-cell-policyclj


missing-cell-policy-keyclj


new-cellcljmacro

(new-cell opts value & body)

Creates a new cell in the current row.

Creates a new cell in the current row.
raw docstring

new-cell-styleclj

(new-cell-style opts)

Creates a new cell style in the current workbook.

Creates a new cell style in the current workbook.
raw docstring

new-data-formatclj

(new-data-format opts)

Creates a new data format in the current workbook.

Creates a new data format in the current workbook.
raw docstring

new-fontclj

(new-font opts)

Creates a new font in the current workbook.

Creates a new font in the current workbook.
raw docstring

new-rowcljmacro

(new-row opts & body)

Creates a new row in the current sheet.

Creates a new row in the current sheet.
raw docstring

new-sheetcljmacro

(new-sheet opts & body)

Creates a new sheet in the current workbook.

Creates a new sheet in the current workbook.
raw docstring

new-workbookcljmacro

(new-workbook opts & body)

Creates a new workbook.

Creates a new workbook.
raw docstring

physical-number-of-cellsclj

(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.
raw docstring

physical-number-of-rowsclj

(physical-number-of-rows sheet)

Returns the physical number of rows in the sheet.

Returns the physical number of rows in the sheet.
raw docstring

picture-typeclj


picture-type-keyclj


read-workbookclj

(read-workbook file)
(read-workbook wb file)

Reads a workbook from file.

Reads a workbook from file.
raw docstring

row-insert-indexclj

(row-insert-index sheet)

Returns the index of next 'free' row in the sheet.

Returns the index of next 'free' row in the sheet.
raw docstring

row-valuesclj

(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.
raw docstring

select-cellcljmacro

(select-cell cell-no & body)

Updates the cell in the current row.

Updates the cell in the current row.
raw docstring

select-rowcljmacro

(select-row row-no & body)

Updates the row in the current sheet.

Updates the row in the current sheet.
raw docstring

select-sheetcljmacro

(select-sheet sheet-no & body)

Updates the sheet in the current workbook.

Updates the sheet in the current workbook.
raw docstring

set-cell-typeclj

(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.
raw docstring

set-cell-valueclj

(set-cell-value cell value)

Sets the value of the cell.

Sets the value of the cell.
raw docstring

sheet-stateclj


sheet-state-keyclj


sheet-valuesclj

(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.
raw docstring

to-intclj

(to-int value)

Coerces a (numeric) value to an integer.

Coerces a (numeric) value to an integer.
raw docstring

vertical-alignmentclj


vertical-alignment-keyclj


with-workbookcljmacro

(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.
raw docstring

write-workbookclj

(write-workbook file)
(write-workbook file wb)

Writes a workbook to file.

Writes a workbook to file.
raw docstring

xssf-workbook?clj

(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).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close