Skip to content

Instantly share code, notes, and snippets.

ctypedef signed int int8_t
cdef extern from "xlsxwriter.h":
ctypedef struct lxw_workbook:
pass
ctypedef struct lxw_worksheet:
pass
ctypedef struct lxw_format:
pass
lxw_workbook* new_workbook(const char *)