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
Sorry for the mishap. And thanks for quick response @sdg9670.
For the code, @cduff, If you are in hurry for release, you can use 'n' in styleOptions parameter.
🐛 Bug Report
Upgrading to 4.1.0 results in TypeScript compilation errors for previously working code like:
sheet.addRows(rows);
It looks like the problem was introduced in Added insert rows functionality with new style inherit options. The new TypeScript definition is:
addRows(rows: any[], styleOption: string): void;
Shouldn't styleOption be optional with a default value?
The text was updated successfully, but these errors were encountered: