You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create excel file with such formula
Process it with excelize
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
The text was updated successfully, but these errors were encountered:
Description
I have a sheet where I put
='C:\Users\Alex\Sheet1'!$A$3
as formula into a cell. When I am callingGetCellFormula
on that cell I don't get the whole path. I get[1]Sheet1!$A$3
.Steps to reproduce the issue:
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
The text was updated successfully, but these errors were encountered: