Skip to content

Instantly share code, notes, and snippets.

View km594's full-sized avatar
🎯
Focusing

krispin km594

🎯
Focusing
View GitHub Profile
@km594
km594 / publicgisttest.txt
Created September 15, 2023 14:39
publicgisttest
test me
@km594
km594 / publicg2.md
Created September 15, 2023 15:12
publicg2

mdisgreat

@km594
km594 / km-excelJSONParser.txt
Created December 15, 2023 10:26
Contains functions for parsing JSON in Excel without VBA
// Dump in a module and away you go - examples to follow
surround = LAMBDA(
val,[scharStart], [scharEnd],
if(OR(isomitted(scharStart), isomitted(scharEnd)), """" & val & """", scharStart & val & scharEnd)
);
unsurround = lambda(
val,
[numCharL],