Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Projectplace/api-code-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Projectplace/api-code-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: NodeJS-Import-Cards-Excel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 5, 2023

  1. Import Cards to a Board using NodeJS

    Using the "node-xlsx" NodeJS library to read a .xlsx file and importing Cards to a Board, using the headers in the API-documentation.
    RobziChan committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    70ceca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Addede readme file and a example Excel file

    -Moved all the files to the correct folder "/examples/node-js-import-cards-with-excel".
    -Added a readme.md file instead of having the documentation inside the main JS file.
    -Added "nodejs_cards.xlsx" file as the example file for others.
    RobziChan committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7b334f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    ed0d771 View commit details
    Browse the repository at this point in the history
  2. Added the package.json file

    Added the package.json file for the required third-party libraries.
    RobziChan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    813449d View commit details
    Browse the repository at this point in the history
Loading