You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we have xlsxAdd for adding things and xlsxReplace to update them. however sometimes excel works weird, i mean when using office if i fill some cell but then decide to put empty content in there, the excel ended creating the row internally so that makes easy to forget if some row is already pre-created or not, this new helper can help in that case and avoid having to figure it out if the content exists or not in runtime.
The text was updated successfully, but these errors were encountered:
currently we have
xlsxAdd
for adding things andxlsxReplace
to update them. however sometimes excel works weird, i mean when using office if i fill some cell but then decide to put empty content in there, the excel ended creating the row internally so that makes easy to forget if some row is already pre-created or not, this new helper can help in that case and avoid having to figure it out if the content exists or not in runtime.The text was updated successfully, but these errors were encountered: