I have created an HTML form that takes in user data and using exceljs and a few other libraries I store this data into an excel spreadsheet. This part of my code works perfectly fine. However, when I refresh the server, the data stored in the excel file previously gets deleted. I believe the reason is that I could not
Tag: exceljs
Wait for Google translate api before writing to excel sheet
I can’t figure out how to make my code wait for google translate before trying to write to the excel sheet. In the console i can see the translated data but in the excel doc it is still in the original language. i know I’m doing this all wrong but I can’t figure it out. It’s not shown in the