https://bz.apache.org/bugzilla/show_bug.cgi?id=63748

[email protected] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from [email protected] <[email protected]> ---
Hello Nilesh,

unfortunately there's no such API call as it's not something Excel/POI does.

I suggest you to implement some Supplier<Row> which will track its position on
a sheet and create a new one, if necessary.

P.S. You probably don't need a counter, just hold a reference to the last/newly
created row and compare its index to the
SpreadsheetVersion.yourVersion().getMaxRowIndex() (may not remember the name
exactly).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to