spreadsheetlab / XLParser

A C# parser for Microsoft Excel formulas with a 99.9% compatibility rate
Other
412 stars 92 forks source link

Cannot parse networkfolders with space in the path #142

Closed dcrasch closed 2 years ago

dcrasch commented 2 years ago

cannot parse: =\\networkshare\test folder$\[Book 1.xlsx]Sheet1'!$C$33

Could be parsed: ='\\networkshare\testfolder$\[Book 1.xlsx]Sheet1'!$C$33