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: 274

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,175

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: 274

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: 75,867

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?

Online

#7 2026-04-22 16:20:26

snakeroot
Member
Registered: 2012-10-06
Posts: 176

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

Microsoft Office365 has an online mode that allows you to use Office applications, including Excel, in a browser window. I use it for work and it's OK once you get used to it. Not exactly a speed demon and very resource intensive, but it gets the job done.

You could try opening the converter file (which is just a .xlsx file) in LibreOffice Calc and importing a Calc file with tax data in it saved as .xlsx to see what happens. But if there's some hidden incompatibility and you submit bad data, I suspect the DJP will come down on you like a ton of bricks.

Online

#8 2026-04-22 18:29:14

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

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

if i'm not mistaken one can even upload M$ to googles online office suite and it should be able to open them ... unless they contain M$ specific macro/vb code

Online

#9 2026-04-23 11:31:59

Succulent of your garden
Member
From: Majestic kingdom of pot plants
Registered: 2024-02-29
Posts: 1,638

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

cryptearth wrote:

if i'm not mistaken one can even upload M$ to googles online office suite and it should be able to open them ... unless they contain M$ specific macro/vb code

Most of the time that works, I mean I had never found an issue to load a MS office file into that, but also I don't use it frequently tongue, just for the NPCs in life.


If you just only need excel you can use this with docker: https://github.com/winapps-org/winapps

Seems [by doing a quick research] that pandoc supports .xlsx as an input format but  doesn't support XML as default for output, but it can as DocBook XML. But, you can use pandoc to treat the .xlsx input into html, and then use something else to parse the html into xml.

Or just use the virtual machine tongue
Chris Titus windows debloat script if you want to have a debloated vm btw.

Last edited by Succulent of your garden (2026-04-23 11:34:51)


str( @soyg ) == str( @potplant ) btw!

Also now with avatar logo included!

Online

Board footer

Powered by FluxBB