Is there a way to convert JSON to XLSX but place the data to specific rows and columns?
For example i have a json with 4 keys and i want to place them in an xlsx as 4 columns starting from position C3 to F3 for the headers and the data from 4C spanning to 4F, 5C → 5F and so on.