We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
builder create file with
builder.CreateFile("xlsx"); var oWorksheet = Api.GetActiveSheet(); oWorksheet.GetRange("A1").SetValue("1"); oWorksheet.GetRange("B1").SetValue("2"); oWorksheet.AddProtectedRange("protectedRange", "Sheet1!$A$1:$B$1"); builder.SaveFile("xlsx", "ProtectedRange.xlsx"); builder.CloseFile();
And if parse this xlsx, property: add_protected_range.js20241112-435558-6wmtdr.xlsx
xlsx.worksheets.first.protected_ranges
return [] - empty array
The text was updated successfully, but these errors were encountered:
No branches or pull requests
builder create file with
And if parse this xlsx, property:
add_protected_range.js20241112-435558-6wmtdr.xlsx
return [] - empty array
The text was updated successfully, but these errors were encountered: