elixlsx v0.3.1 Elixlsx.Writer
Contains functions to generate the individual files in the XLSX zip package.
Summary
Functions
Returns a list of tuples {filename, filecontent}. Both filename and filecontent are represented as charlists (so that they can be used with the OTP :zip module.)
Returns files in the _rels/ directory
Returns the filename ‘_rels/.rels’ and it’s content as a tuple
returns a tuple {‘docProps/app.xml’, “XML Data”}
Returns files in the docProps directory
Types
Functions
create_files(Elixlsx.Workbook.t, Elixlsx.Compiler.WorkbookCompInfo.t) :: [zip_tuple]
Returns a list of tuples {filename, filecontent}. Both filename and filecontent are represented as charlists (so that they can be used with the OTP :zip module.)
Returns files in the _rels/ directory.
Returns the filename ‘_rels/.rels’ and it’s content as a tuple
returns a tuple {‘docProps/app.xml’, “XML Data”}
Returns files in the docProps directory.
get_xl_rels_dir(any, [Elixlsx.Compiler.SheetCompInfo.t], non_neg_integer) :: [zip_tuple]
get_xl_workbook_xml(Elixlsx.Workbook.t, [Elixlsx.Compiler.SheetCompInfo.t]) :: zip_tuple
get_xl_worksheets_dir(Elixlsx.Workbook.t, Elixlsx.Compiler.WorkbookCompInfo.t) :: [zip_tuple]