Skip to content
New issue

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

Creating a spreadsheet with spreadsheet functions #117

Open
ejsarge opened this issue Mar 20, 2023 · 1 comment
Open

Creating a spreadsheet with spreadsheet functions #117

ejsarge opened this issue Mar 20, 2023 · 1 comment

Comments

@ejsarge
Copy link

ejsarge commented Mar 20, 2023

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.

@fclinton
Copy link

fclinton commented Jan 5, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants