Skip to content

A small and fast Laravel-App to convert MAXQDA-Paraphrase-Matrix-HTML to an Excel you can work with. More an example how it can be done.

License

Notifications You must be signed in to change notification settings

red-freak/maxqda-paraphrase-matrix_html-to-excel

Repository files navigation

MAXQDA-Paraphrase-Matrix HTML to Excel

The aim of this project is to create a propper excel-file from the html output of the paraphrases.

The project does not need a database-server. It is able to work ith SQLite.

stack

  • Laravel 8
  • spatie/simple-excel
  • PHP 8.1
  • SQLite (or any other database)

How to use

  1. clone the project
  2. setup your environment (no server needed)
  3. Export MAXQDA Paraphrases as HTML (see MAXQDA-FAQ)
  4. copy the HTML-file(s) into the storage/sources-folder
  5. run php artisan maxqda:import
  6. run php artisan maxqda:export
  7. the excel-file is in the storage/exports-folder

tested with

  • MAXQDA 2022

Screenshots

MAXQDA-Paraphrases

MAXQDA-Paraphrases-HTML-Export

Result of this tool

Licence

This package is free to use as stated by the LICENCE.md under the MIT License, but you can buy me a coffee if you want :D.

About

A small and fast Laravel-App to convert MAXQDA-Paraphrase-Matrix-HTML to an Excel you can work with. More an example how it can be done.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published