4g3nt47 / Excel

A simple spreadsheet app that shows how to work with grids of data using QTableWidget in Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel

Excel is a demo program that shows how to work with grids of data. It is written in Qt5.

excel

Build

  1. Clone the repo;
git clone https://github.com/4g3nt47/Excel.git
  1. Compile;
cd Excel
mkdir build
cd build
qmake ..
make
  1. Run it;
./Excel

About

A simple spreadsheet app that shows how to work with grids of data using QTableWidget in Qt


Languages

Language:C++ 96.1%Language:QMake 3.9%