golang and excelize 2.8.0 with excel 2019 files

112 views Asked by At

I've been using the excelize library to basically take spreadsheets and amend the values of certain cells and then read the outputted formula values in another cell and it has been working perfectly. I now have a newer excel file from excel 2019 and its using XLOOKUP and MINIFS etc and now the output is not working as I would assume it is a newer engine? IS there a solution for this or is there some other library?

1

There are 1 answers

1
IliyaAghchaei On

Considering that such a problem has not happend to me and the problem is probably related to the functions or parts of your code please send a sample of the code or functions you used in the code so that we can understand where the problem is