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. How to use QtXlsWriter to create/edit Excel files
Forum Updated to NodeBB v4.3 + New Features

How to use QtXlsWriter to create/edit Excel files

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.0k Views 1 Watching
  • 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.
  • kybernetesK Offline
    kybernetesK Offline
    kybernetes
    wrote on last edited by kybernetes
    #1

    Hello,

    i see that example to edit excel files. its written by MIT i think but i didnt understand what they explain.

    i couldn't add library to my project

    . i dont know perl but i download ActiveState Perl;

    when i write perl -v on cmd it is written

    this is Perl 5, version 20 ....

    than its written "Go to top directory of the project in a terminal and run" but i didnt understand how, where and by using what?

    that is website information

    Building the module
    Note: Perl is needed in this step
    Download the source code.
    Put the source code in any directory you like
    Go to top directory of the project in a terminal and run
        qmake
        make
        make install
    

    https://github.com/dbzhang800/QtXlsxWriter

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      By terminal they mean a command line: cmd.exe on Windows and any terminal emulator on UNIX/Linux.
      So, you open a command line, change to the top directory of that project (via "cd PATH_TO_PROJECT) and execute qmake then make then make install.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • kybernetesK Offline
        kybernetesK Offline
        kybernetes
        wrote on last edited by kybernetes
        #3

        thanks for your reply, but it doesnt work i think. there is no change after i write that comments on cmd

        when i write

        cd c:\QtXlsxWriter

        than

        qmake

        it is written

        qmake is not recognized as an internal or external command
        operable program or batch file

        1 Reply Last reply
        0
        • JohanSoloJ Offline
          JohanSoloJ Offline
          JohanSolo
          wrote on last edited by
          #4

          You have to add the Qt/bin path to your PATH variable, or you can give the full path to qmake when typing the command.

          `They did not know it was impossible, so they did it.'
          -- Mark Twain

          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