excelizer v0.1.7 Excelizer
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.
Link to this section Summary
Link to this section Functions
Link to this function
new(filename, func)
Specs
Link to this function
open(filename, func)
Specs
Link to this function
read_sheet(filename, sheetname)
Specs
read_sheet(String.t(), String.t()) :: Excelizer.Native.Base.nif_resp(Excelizer.Native.Base.file_id())
Link to this function
read_sheet!(filename, sheetname)
Specs
read_sheet!(String.t(), String.t()) :: Excelizer.Native.Base.file_id()