You are not logged in.

#1 2026-04-16 08:09:28

Drac1609
Member
Registered: 2026-04-16
Posts: 2

I want to fully switch from Windows to Linux, but there is a problem

A few weeks ago i switched from Windows to Linux (using my old laptop) and is extremely satisfied by the results. But, as of 2025 my country began to use a web-based taxation system (CORETAX) which rely on Excel feature to convert .xlsx files into XML file that will be used to import Taxpayers data from excel to the web. As a tax consultant, this feature is something i was forced to use and is critical to prepare any tax return reports. I have asked chat GPT about this problem and the recommendation i received are to create a python based program using the codes it created (which i hesitates to use) to convert .xlsx files into XML. Is there any ways to navigate this problem using a third-party app or should i just grit my teeth and start studying programming?

Offline

#2 2026-04-16 08:30:15

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 271

Re: I want to fully switch from Windows to Linux, but there is a problem

You could use a virtual machine to run windows for the sole basis of producing those tax documents.

Search for Libreoffice CORETAX and see if there is anything you can use there, I can see at least one Github project that someone has made that aims to replicate that functionality via a macro script.
So the work may already be done for you.


Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma

Offline

#3 2026-04-16 09:23:20

cryptearth
Member
Registered: 2024-02-03
Posts: 2,049

Re: I want to fully switch from Windows to Linux, but there is a problem

that should be simple:
.xlsx is basically a .zip archive contain several .xml structures which excel builds the sheets from
reading .zip and decompress is part of pretty much any modern language - then it's just dealing with a lot of already .xml data
so the "conversion" is just "read .xml data from a .zip archive and write it out a bit differently structured into a .xml" - any AI should give you working code in several languages

Online

#4 2026-04-16 10:58:17

Drac1609
Member
Registered: 2026-04-16
Posts: 2

Re: I want to fully switch from Windows to Linux, but there is a problem

Nikolai5 wrote:

You could use a virtual machine to run windows for the sole basis of producing those tax documents.

Search for Libreoffice CORETAX and see if there is anything you can use there, I can see at least one Github project that someone has made that aims to replicate that functionality via a macro script.
So the work may already be done for you.

Thank you for your suggestion. I have looked into the project on Github but the way the project were made and used did not align with my work flow, i will try using virtual machine to run excel for the time being.

Offline

#5 2026-04-16 13:05:04

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 271

Re: I want to fully switch from Windows to Linux, but there is a problem

At least it allows you to move to Linux and have a workaround until you can figure out a way to achieve it in Linux.

"There's nothing more permanent than a temporary solution" lol


Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma

Offline

#6 2026-04-16 13:05:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,654

Re: I want to fully switch from Windows to Linux, but there is a problem

rely on Excel feature to convert .xlsx files into XML

xml/what?
As cryptearth points out both, LO and MSO dataformats are compressed archives including xml file(s) and LO certainly can export to some form of xml and xhtml - what *exactly* do you currently use to export the file into what precise format?

Offline

Board footer

Powered by FluxBB