fast_excel icon indicating copy to clipboard operation
fast_excel copied to clipboard

Support for `worksheet_add_table`

Open Michoels opened this issue 1 year ago • 0 comments

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:

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?

Michoels avatar May 30 '24 10:05 Michoels