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
Is there something extra required to be able to create a spreadsheet that uses spreadsheet functions?
A partial repro of my code:
project_points = ''.join(map(lambda r: f'<td>=$C{row_index}</td>', project_range)) sheet_content_list.append(f'<tr>{project_points}</tr>') sprint_summary_sheet = client.new_document(content=''.join(sheet_content_list), title=sheet_title, member_ids=["<redacted>"], type='spreadsheet')
Expected results: A spreadsheet where the formulas are used.
Actual results: #ERROR in the spreedsheet until I press enter on the cell.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Is there something extra required to be able to create a spreadsheet that uses spreadsheet functions?
A partial repro of my code:
Expected results:
A spreadsheet where the formulas are used.
Actual results:
#ERROR in the spreedsheet until I press enter on the cell.
The text was updated successfully, but these errors were encountered: