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

Does the FORECAST.ETS function not support? #585

Closed
yms2772 opened this issue Feb 23, 2020 · 3 comments
Closed

Does the FORECAST.ETS function not support? #585

yms2772 opened this issue Feb 23, 2020 · 3 comments

Comments

@yms2772
Copy link

yms2772 commented Feb 23, 2020

Description

Describe the results you received:
I use FORECAST.ETS and read using excelize. But it shows nothing (Blank).
I already use UpdateLinkedValue() function.

Describe the results you expected:

Output of go version:

1.13

Excelize version or commit ID:

(paste here)

Environment details (OS, Microsoft Excel™ version, physical, etc.):

@xuri
Copy link
Member

xuri commented Feb 24, 2020

Hi @yms2772, thanks for your feedback. Please to using _xlfn.FORECAST.ETS instead of FORECAST.ETS in the SetCellFormula function, also ref: #566.

@yms2772
Copy link
Author

yms2772 commented Feb 25, 2020

Hi @yms2772, thanks for your feedback. Please to using _xlfn.FORECAST.ETS instead of FORECAST.ETS in the SetCellFormula function, also ref: #566.

Thank you for your reply.
When I use _xlfn.FORECAST.ETS in SetCellFormula? Read or write?
I already used that function at read and write, but it show nothing still.

@xuri
Copy link
Member

xuri commented Feb 25, 2020

Using _xlfn.FORECAST.ETS when you set formula with SetCellFormula and we can't get the computed value by this lib currently, because this library doesn't implement the formula calculation engine. Reference issue #65, #157 and #198.

@yms2772 yms2772 closed this as completed Feb 25, 2020
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