mtCellEdit icon
mtCellEdit icon

mtCellEdit

 2 likes

mtCellEdit is a lightweight spreadsheet program. It is a small, no frills program which is designed to handle simple day to day spreadsheet tasks.

mtCellEdit screenshot 1

License model

  • FreeOpen Source

Application type

Country of Origin

  • GB flagUnited Kingdom

Platforms

  • Linux
5 / 5 Avg rating (1)
2likes
1comment
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight
  2.  Privacy focused

Features

  1.  No Tracking
  2.  Ad-free
  3.  Works Offline
  4.  No registration required
  5.  QT Based

mtCellEdit News & Activities

Highlights All activities

Recent activities

Show all activities

mtCellEdit information

  • Developed by

    GB flagMark Tyler
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Alternatives

    54 alternatives listed
  • Supported Languages

    • English

Our users have written 1 comments and reviews about mtCellEdit, and it has gotten 2 likes

mtCellEdit was added to AlternativeTo by Paul on Oct 2, 2024 and this page was last updated Oct 2, 2024.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
vincent-peugnet
Jan 7, 2025
0

it's what I was looking for : a basic and lightweight TSV editor with a GUI.

What is mtCellEdit?

mtCellEdit is a lightweight spreadsheet program that I created from scratch. It is a small, no frills program which is designed to handle simple day to day spreadsheet tasks. I have put the most important facilities I want into a small customized program which means I can avoid the problems of larger programs such as slow operating speeds and overcomplicated user interfaces. The GUI is presented using Qt5.

The core of the program is a shared C/C++ library which can be used by any C/C++ program to read, write and manipulate spreadsheets. The source code suite also contains other example programs that use this library, such as command line tools to allow scripts to access the API.

The default file format mtCellEdit uses is portable and transparent as it is a ZIP file containing TSV text files. I deliberately designed it this way so that data can be extracted and read by any modern spreadsheet program on any operating system without requiring mtCellEdit. Over the years I have been frustrated by binary and XML formats that make data only accessible via a single program (or by me wasting time manually converting each file, or by me writing a file format conversion program). This format ensures that my data never becomes stranded, and can be manipulated by whichever tool I choose for a particular job (i.e. spreadsheet programs, text editors, command line tools, etc).

Official Links