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

new(String.t(), function()) :: :ok
Link to this function

open(filename, func)

Specs

open(String.t(), function()) :: :ok
Link to this function

read_sheet(filename, sheetname)

Specs

Link to this function

read_sheet!(filename, sheetname)

Specs