excelizer v0.1.6 Excelizer.Workbook

This is a module to tread excel workbooks

Link to this section Summary

Link to this section Functions

Link to this function

copy_sheet(file_id, from, to)

Specs

Link to this function

copy_sheet!(file_id, from, to)

Specs

Link to this function

delete_sheet(file_id, sheet_name)

Specs

Link to this function

delete_sheet!(file_id, sheet_name)

Specs

Link to this function

get_active_sheet_index(file_id)

Specs

Link to this function

get_active_sheet_index!(file_id)

Specs

get_active_sheet_index!(Excelizer.Native.Base.file_id()) :: pos_integer()
Link to this function

get_sheet_visible(file_id, sheet_name)

Specs

get_sheet_visible(Excelizer.Native.Base.file_id(), String.t()) :: boolean()
Link to this function

new_sheet(file_id, sheet_name)

Specs

Link to this function

new_sheet!(file_id, sheet_name)

Specs

Specs

Link to this function

save_as(file_id, filename)

Specs

Link to this function

set_active_sheet(file_id, sheet_id)

Specs

Link to this function

set_active_sheet!(file_id, sheet_id)

Specs

Link to this function

set_sheet_background(file_id, sheet_name, picture_path)

Specs

Link to this function

set_sheet_background!(file_id, sheet_name, picture_path)

Specs

Link to this function

set_sheet_visible(file_id, sheet_name, visible)

Specs

Link to this function

set_sheet_visible!(file_id, sheet_name, visible)

Specs