Skip to content

Add Typescript support for formulas without results #619

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

Merged
merged 4 commits into from
Apr 2, 2019

Conversation

Oursin
Copy link
Contributor

@Oursin Oursin commented Jul 30, 2018

It is currently possible, when passing a formula as a value, to omit the result of the formula, and the result will be computed later.
sheet.getCell("B1").value = { formula: 'SUM(A1:A6)' };

This PR aims to add this possible syntax to the TypeScript module resolution file.

Copy link
Member

@Siemienik Siemienik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Wolfchin thanks for PL, I've just review it with two comments;)

regards

@guyonroche guyonroche merged commit 9367c88 into exceljs:master Apr 2, 2019
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

Successfully merging this pull request may close these issues.

3 participants