excelizer v0.1.1 API Reference
Modules
Excelizer is a NIF wrapper of the excel read/write library written by golang, excelize(https://github.com/360EntSecGroup-Skylar/excelize).
This module depend on two foreign function interface modules(erlang's NIF and golang's cgo).
To avoid strange errors(ex. memory leak and ErlangVM scheduling issue etc.),
we shouldn't recommend to use Excelizer.Native.Base
module directly as possible as you can.
This is a module to tread excel cell
This is a module to tread an image
module to manage a struct for Excelizer.Image module
This is a module to tread excel stream writing.
module to manage a struct about alignment
module to manage a struct about border
module to manage a struct about cell style
module to manage a struct about filling
module to manage a struct about font
module to manage a struct about protection
This is a module to tread excel workbooks
This is a module to tread excel worksheet