You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library's FFI bindings to use the worksheet_add_table function.
It's documented in the Libxlsxwriter docs here.
I tried using this:
Libxlsxwriter.worksheet_add_table
But got:
undefined method `worksheet_add_table' for module Libxlsxwriter
I dug through the docs, and it appears that none of the Libxlsxwriter table functions have been bound.
Am I missing something, or is it officially not supported?
The text was updated successfully, but these errors were encountered:
First off, thank for the great lib!
I'm trying to use this library's FFI bindings to use the
worksheet_add_table
function.It's documented in the
Libxlsxwriter
docs here.I tried using this:
But got:
I dug through the docs, and it appears that none of the
Libxlsxwriter
table functions have been bound.Am I missing something, or is it officially not supported?
The text was updated successfully, but these errors were encountered: