Module export_encoder_xlsx

Format exports for Microsoft xlsx format.

Copyright © 2016 Marc Worrell <marc@worrell.nl>

Authors: Marc Worrell (marc@worrell.nl).

Description

Format exports for Microsoft xlsx format

Function Index

extension/0
footer/3
header/3
init/2
mime/0
number_to_letter/1
row/3
zip/4

Function Details

extension/0

extension() -> any()

footer/3

footer(Row, State, Context) -> any()

header/3

header(Row, State, Context) -> any()

init/2

init(Options, Context) -> any()

mime/0

mime() -> any()

number_to_letter/1

number_to_letter(N) -> any()

row/3

row(Row, State, Context) -> any()

zip/4

zip(Keys, Rows, IsRaw, Context) -> any()


Generated by EDoc