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

cell formula not returnd as expected #1975

Open
ax4w opened this issue Aug 22, 2024 · 1 comment
Open

cell formula not returnd as expected #1975

ax4w opened this issue Aug 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ax4w
Copy link

ax4w commented Aug 22, 2024

Description
I have a sheet where I put ='C:\Users\Alex\Sheet1'!$A$3 as formula into a cell. When I am calling GetCellFormula on that cell I don't get the whole path. I get [1]Sheet1!$A$3.
Steps to reproduce the issue:

  1. Create excel file with such formula
  2. Process it with excelize
  3. Call GetCellFormula on the cell

Describe the results you received:
[1]Sheet1!$A$3

Describe the results you expected:
='C:\Users\Alex\Sheet1'!$A$3 (or without the =)

Output of go version:
go version go1.21.3 windows/amd64

Excelize version or commit ID:
v2.8.1

Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows 10, Excel from Office 365

@xuri xuri added the enhancement New feature or request label Aug 24, 2024
@xuri
Copy link
Member

xuri commented Aug 24, 2024

Thanks for your issue. Currently, this library doesn't support cell formulas with external links.

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

No branches or pull requests

2 participants