larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

Implement add_table on Sheet level + being able to append new table to previous ones (i.e. guess position of the new one) #1005

Open alixdamman opened 2 years ago

alixdamman commented 2 years ago

As in the ExcelReport

gdementen commented 2 years ago

Except for the method name, this is a duplicate of issue #826. FWIW, there is the current workaround I use for this in there, which is probably what should be used to implement this.