Relative Content

Tag Archive for pythonexcelopenpyxldata-analysisxlsxwriter

Formulas has an “@” between them when i use xlsx writer to create a excel sheet in python

im working on a project in python where i have to collect some filtered date from google sheets and create a new .xlsx file, the problem is that one of the columns on google sheets, has a image formula on it, and i have to translate-it to portuguese so my excel can read-it, but when i create the new .xlsx file and open it, the formula doesn’t work because it has a “@” between the equals sign and the rest of the formula, like this: “=@IMAGE(“URL”)”