Hacker News new | ask | show | jobs
by ComodoHacker 748 days ago
Can I parse response (JSON, XML, whatever) into cells without VBA?
1 comments

With some effort, probably: =FILTERXML() https://support.microsoft.com/en-us/office/filterxml-functio...

Could also do some crude/fragile parsing with aforementioned regex functions.