Giter VIP home page Giter VIP logo

cppsheets's Introduction

CppSheets

Introduction

CppSheets is a simple spreadsheet application that I work on as a hobby project. For more information about the project and the program itself, see the wiki.

Features

Basic formatting (bold, italic, underline text; cell background color; text color; cell borders)
Cell merge
Custom XML-based file format
Basic xlsx (MS Excel) support
CSV loading support
Formula support (which is fairly good)
Basic graphing support

For more information, see the wiki.

Building

Building is very easy; the only external dependency required is Qt5 (Core, Widgets, Gui). To build, simply run CMake and Make. Note: you should probably use G++ to build this program; I tried using Clang, and it failed while building the xlnt library (Update: Clang seems to be working now after a minor change in the xlnt library; this was only tested on MacOS though).

Platform Support

CppSheets is fully supported on Linux, Windows, and MacOS. It should work on other systems as well. I will list them here as I test them.

Licensing

CppSheets is licensed under GPL-3.
The built-in TinyXML2 library is licensed under the zlib license.
The included xlnt library is licensed under MIT.
Qt5 is licensed under LGPL and GPL (the Qt Charts module).
The included Oxygen icons are licensed under LGPL.

See the wiki for more information.

Licensing Update

As of version 2, CppSheets is now licensed under the GNU General Public License, version 3. Originally, it was licensed under BSD-3. The change has to do with the libraries; for graphing support, CppSheets uses the Qt Charts library, which is licensed under the GPL. To keep using this library, the license change was necessary.

cppsheets's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.