i need some simple methods to write into xlsx some words and numbers. Nothing fancy (this is russian):
Даларси
Арт.: 440-3;62 / №: 2;119
Цена:
['35', '35', '36', '37']
['39', '40']
Бренд: Даларси / Мат.: эко-кожа
Арт.: 440-7 / Номер: 3
Цена: (
Размеры: ['35', '36', '39', '40']
A programm processing the text into this format should open pre-existed workbook and paste it in it. Automation is needed because of enormous volume of the text and its variety(code filter the text and writing it in different files). The goal is to save format and paste it exacly as it is. Any help would considered, a link to documentation or some block of code.
question from:https://stackoverflow.com/questions/65942755/writing-in-xlsx-via-python-library-xlsxwriter-or-other-lib