SpartnerNL / Laravel-Excel

🚀 Supercharged Excel exports and imports in Laravel
https://laravel-excel.com
MIT License
12.27k stars 1.92k forks source link

Access cached value in cells. #2705

Closed clarg18 closed 4 years ago

clarg18 commented 4 years ago

Prerequisites

Versions

Description

Excel spreadsheets cache the evaluation of formulae - such that a formula may reference an external document. If the link to the document is broken, the sheet will still show the evaluated value when opening the document.

I want to access this value when importing the spreadsheet. If I enable evaluate formulae on my class, it will fail as the links are broken but the value is there if you open the spreadsheet.

Steps to Reproduce

Have a spreadsheet that depends on an external spreadsheet. such as via a VLOOKUP. Have the spreadsheet evaluate the the formulae. Save the spreadsheet. Remove the external spreadsheet. Try to import with evaluate formulae enabled.

Is it possible to do this?

Many thanks,

clarg18 commented 4 years ago

Ignore this, I didn't search correctly.

Razka173 commented 1 year ago

@clarg18 can you tell me the solution? i have same problem with you