Conversions from Excel to xml to download to the Hotline website.
Client's review of cooperation with Dmitry V.
Conversions from Excel to xml to download to the Hotline website.Everything is super. To say that I am happy is not to say anything. Dima promised to start within a few days and did everything for the next day. How much this will save my personal time, you can not even describe, - 300 positions hand-take took 4 days, now 4000 goods loaded out in 1.5 minutes. Thank you very much for your patience, as I am in this full tea, Dmitry answered all questions clearly and in essence + told how possible further to change the file so that it was immediately and quickly. Again great thanks for the work done.
Freelancer's review of cooperation with Alex Kostev
Conversions from Excel to xml to download to the Hotline website.Very pleased with cooperation. Clean task setting, fast payment, pleasant communication. I hope not the last time. and 🙂
-
Winning proposal3 days4 USD
836 22 1 Winning proposal3 days4 USDI can offer a solution on php, even more that I have done this several times (it will only need to adapt to a specific structure).
If you don’t have your site, you can also download it from the lock (to put Denver, I’ll tell you exactly how).
The cost is slightly orientative, I would like to read the structure of the original file in advance, and the required format.
–
The cost and deadlines are clarified.
-
2 days22 USD
621 19 0 2 days22 USDI can offer a solution for the server (in the form of a php script) and the program under the windows platform (one exe file without having to hack the system with extra software)
Call to
Skype: sergey.gm79
-
1 day17 USD
664 42 6 1 1 day17 USDThere is a ready solution. Write, we will discuss details.
-
2748 153 0 1 Hello to you. I am ready to write a script for this on RNR.
-
Можно пример excel файла?
-
Alex Kostev Интернет-магазин
Самораспаковывающийся архив по адресу.
http://laurin.freedomain.thehost.com.ua/555.exe
В нем 2 файла – как есть сейчас в xmlи файл excelс данными которые нужно в него перегнать.
Нужен скрипт или готовый файл excel чтобы в него можно было иногда вносить изменения и он выдавал новый xml файл.
Посмотрите, если покажется что можете можем договариваться.
-
Что-то типа такого макроса подойдет?
Private Sub CommandButton1_Click()
triTab = Chr(9) + Chr(9) + Chr(9)
Sheets(1).Activate
Sheets(1).Cells(2, 1).Activate
MYSTRING = Application.ActiveWorkbook.Path + "\" + Format(Now(), "dd-mm-yyyy HH.MM.SS") + ".txt"
Open MYSTRING For Output As #1
Print #1, "<?xml version=" + Chr(34) + "1.0" + Chr(34) + " encoding=" + Chr(34) + "windows-1251" + Chr(34) + " ?>"
Print #1, "<price>"
Print #1, Chr(9) + "<date>" + Format(Now(), "yyyy-mm-dd HH:MM") + "</date>"
Print #1, Chr(9) + "<firmName>Men Active</firmName>"
Print #1, Chr(9) + "<firmId>22024</firmId>"
Print #1, Chr(9) + "<rate></rate>"
Print #1, Chr(9) + "<categories>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>1</id>"
Print #1, Chr(9) + "<name>Мужская одежда</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>2</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужские плавки</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>3</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужское нижнее белье</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>4</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужские шорты</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>5</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужское термобелье</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>6</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужские футболки, майки</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>7</id>"
Print #1, Chr(9) + "<name>Домашний текстиль</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>8</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Полотенца</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>9</id>"
Print #1, Chr(9) + "<name>Спортивная одежда, обувь</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>10</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Термобелье</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>11</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Спортивные шорты, бриджи</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>12</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Пляжные шорты</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>13</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Мужская домашняя одежда</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>14</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Спортивные брюки</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "<category>"
Print #1, Chr(9) + "<id>15</id>"
Print #1, Chr(9) + "<parentId>1</parentId>"
Print #1, Chr(9) + "<name>Спортивные футболки тениски</name>"
Print #1, Chr(9) + "</category>"
Print #1, Chr(9) + "</categories>"
Print #1, Chr(9) + "<items>"
Do Until IsEmpty(ActiveCell)
Print #1, Chr(9) + Chr(9) + "<item>"
Print #1, triTab + "<id>" + Sheets(1).Cells(ActiveCell.Row, 1) + "</id>"
Print #1, triTab + "<categoryId>" + CStr(Sheets(1).Cells(ActiveCell.Row, 2)) + "</categoryId>"
Print #1, triTab + "<group_id>" + CStr(Sheets(1).Cells(ActiveCell.Row, 3)) + "</group_id>"
Print #1, triTab + "<code>" + CStr(Sheets(1).Cells(ActiveCell.Row, 4)) + "</code>"
Print #1, triTab + "<vendor>" + CStr(Sheets(1).Cells(ActiveCell.Row, 5)) + "</vendor>"
Print #1, triTab + "<name>" + CStr(Sheets(1).Cells(ActiveCell.Row, 6)) + "</name>"
Print #1, triTab + "<nadescriptionme>" + CStr(Sheets(1).Cells(ActiveCell.Row, 7)) + "</description>"
Print #1, Chr(9) + Chr(9) + "</item>"
' Перемещение на 1 строку ниже текущего местонахождения.
ActiveCell.Offset(1, 0).Select
Loop
Print #1, Chr(9) + "</items>"
Print #1, "</price>"
Close #1
MsgBox "Вывод в файл закончен"
End Sub
-
Alex Kostev Интернет-магазин
Спасибо огромное за внимание и беспокойство. Уже просто отдал другому человеку пол часа назад. Еще раз извините за потраченное время.
-
Current freelance projects in the category Databases & SQL
Technical task: Dashboard on Dune AnalyticsStyle reference: dune.com/filarm/polymarket-activity Task Create a beautiful dashboard on Dune for our bot for Polymarket. There are no real data — everything is generated synthetically, but it looks logical and plausible. Main requirement The dashboard must work… Databases & SQL, Cryptocurrency & Blockchain ∙ 28 minutes back ∙ 2 proposals |
Work with BAS CORPHello! Currently, the following tasks need to be completed: Adjustment of the printed form in BAS KORP according to the client's parameters. Specifically, the task is not to display certain fields. Updating the classifier of professions in BAS KORP for a number of… Payment Systems Integration, Databases & SQL ∙ 12 hours 17 minutes back ∙ 7 proposals |
Need a 1C specialist for refinements and development.I am looking for a 1C specialist for freelance collaboration. I am currently working with a contractor who provides support and maintenance for the 1C system. However, due to the contractor's workload, there is a need for prompt execution of additional tasks, improvements, and… Databases & SQL ∙ 1 day 18 hours back ∙ 11 proposals |
Restoring Instagram after a banOn March 3, 2026, my Instagram was blocked due to a violation of rules. I believe there has been some mistake, as the page was personal with photos and videos of my personal trips. I did not post any comments anywhere. I have sent several appeals. I cannot download my files… Databases & SQL, Web Programming ∙ 2 days 6 hours back ∙ 4 proposals |
Eliminate the issue of incomplete data import from Excel files of Nova Poshta specifications into 1C:
45 USD
Goal: There is a processing in 1C for uploading the specifications of Nova Poshta. For unclear reasons, it has stopped loading some tabular data. We need to find the reason and eliminate the problem of incomplete data import from Excel files of Nova Poshta specifications into… System & Network Administration, Databases & SQL ∙ 5 days 13 hours back ∙ 16 proposals |