My first try to use Qt for creating programs. This program is a simplified copy of Microsoft Excel written on Qt. To compile and build the project you need any version of Qt-Framework with installed MinGW compiler.
- Perform simple operations like addition/subtraction/multiplication/division and their combinations on numeric data between two or more cells.
- Create/save new spreadsheet projects (all created files use specific structure implemented by me).
- Edit existing spreadsheet projects.
- Default cut/copy/paste/delete operations with simple numeric data and fomulas are supported.
- Searching formulas and any other simple data by means of Find operation.
- Moving to selected cell with usage of Go to cell... function.
- Data sorting and manually recalculation.
- Enabling/disabling grid is supported.
- Additional information inside Help section.
😊 Several screenshots 😜
Here's what the license entails:
1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
6. If you modify it, you have to indicate changes made to the code.
7. Any modifications of this code base MUST be distributed with the same license, GPLv3.
8. This software is provided without warranty.
9. The software author or license can not be held liable for any damages inflicted by the software.
More information on about the LICENSE can be found here.