Managing Excel table size (rows) with MBS plugin and libXL

I’m writing data into a column of an Excel table using the MBS plugin (XL.Sheet.CellWriteText inside a loop). However, the table size (number of rows) doesn’t update automatically as new rows are written.
Is there a way to force Excel or libXL to update the table range dynamically?

thanks

what doesn't change?
Do you have a short script to show?