Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. A Qt5 library to create/read .ods files
QtWS25 Last Chance

A Qt5 library to create/read .ods files

Scheduled Pinned Locked Moved General and Desktop
9 Posts 3 Posters 5.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    f35f22fan
    wrote on last edited by
    #1

    Hi,
    Here's a free Qt5/C++11 library I wrote to do basic work with .ods (OpenDocument
    Spreadsheet) files:
    https://github.com/f35f22fan/QOds

    If you have any questions, feel free to ask or suggest.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dfaure
      wrote on last edited by
      #2

      Looks interesting. Could you install a cmake QOdsConfig.cmake file, with paths pointing to the install dir, so that find_package(QOds CONFIG REQUIRED) in any cmake-based app works out of the box?

      (you can use git://anongit.kde.org/libtmdbqt for an example of how to do that)

      David Faure (david.faure@kdab.com)
      KDE/Qt Senior Software Engineer
      KDAB - Qt Experts - Platform-independent software solutions

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dfaure
        wrote on last edited by
        #3

        Looks interesting. Could you install a cmake QOdsConfig.cmake file, with paths pointing to the install dir, so that find_package(QOds CONFIG REQUIRED) in any cmake-based app works out of the box?

        (you can use git://anongit.kde.org/libtmdbqt for an example of how to do that)

        David Faure (david.faure@kdab.com)
        KDE/Qt Senior Software Engineer
        KDAB - Qt Experts - Platform-independent software solutions

        1 Reply Last reply
        0
        • F Offline
          F Offline
          f35f22fan
          wrote on last edited by
          #4

          I'll give it a shot (but don't promise anything) after I finish a few improvements to QOds I'm working on.
          Thanks for your suggestion.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            f35f22fan
            wrote on last edited by
            #5

            I'll give it a shot (but don't promise anything) after I finish a few improvements to QOds I'm working on.
            Thanks for your suggestion.

            1 Reply Last reply
            0
            • F Offline
              F Offline
              f35f22fan
              wrote on last edited by
              #6

              Since this probably means installing it in a shared/system location - I won't add a .cmake file because I don't plan for backward or forward compatibility between versions to make the dev process easier because it's a free one man show. Sorry about that.

              1 Reply Last reply
              0
              • F Offline
                F Offline
                f35f22fan
                wrote on last edited by
                #7

                Since this probably means installing it in a shared/system location - I won't add a .cmake file because I don't plan for backward or forward compatibility between versions to make the dev process easier because it's a free one man show. Sorry about that.

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Hi,

                  It doesn't mean that (but you could). If you take for example Qt, there's a cmake directory in the lib folder that you can point cmake to when doing development with Qt. You can do the same for your library

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Hi,

                    It doesn't mean that (but you could). If you take for example Qt, there's a cmake directory in the lib folder that you can point cmake to when doing development with Qt. You can do the same for your library

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved