Expanding an existing table in Excel using Apache POI
问题 I've got an table in excel with formulae I would like to add data to. My motivation for this is the fact that tables in excel can dynamically expand to the range of data you add to them, meaning that the formula rows automatically keep up with the amount of data rows. I'm however having a hard time finding out if this is possible using apache-POI. One thing I was going to try (see code below) was to expand the AreaReference of the table to cover the data, however both AreaReference(CR,CR2);