Y
Y
Yuri Vladimirov2021-01-26 17:49:02
IT education
Yuri Vladimirov, 2021-01-26 17:49:02

What programming language to learn to access data in excel files?

Good afternoon!

There is a task - to select small data packets (5-10 cells) from excel files into a txt file and enter data from an external source (txt file) into the excel file. VBA is not suitable, because it is forcibly disabled.

What programming language is better to learn in order to write such a handler program and where does the programming language have the ability to access data in excel (not csv) files?

Thank you!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vasily Bannikov, 2021-01-26
@vabka

python: https://openpyxl.readthedocs.io/en/stable/
C# (or VB Net): https://github.com/ClosedXML/ClosedXML
F#: https://fsharp.org/guides/data-science/
NodeJS: https://github.com/mgcrea/node-xlsx
In principle, for any popular language, you can find libraries for working with Excel. So take whatever suits you best.

A
Alexander, 2021-01-26
@NeiroNx

Learn Python, the openpyxl library works great with them.

A
Athanasius Sidorov, 2021-01-26
@SidoroV11

Python

A
aminodovborisov, 2021-01-27
@aminodovborisov

One of my freelance tasks was working with Excel data. I made an application in C#. There is a special library (however, I forgot the name for a long time). It allows you to work with Excel data faster than standard tools.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question