“”

(Sudhaus7) XLS Importer (Sudhaus7) XLS Importer

xlsimport / stable

A simple importer to import data into the database

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req sudhaus7/xlsimport

Tags

#excel #import #csv

Last upload comment

[TASK] Version update

Downloads by month

Download 5.0.5 Extension Manual Found an Issue? Code Insights Packagist.org
Author
Frank Berger, Markus Hofmann & Daniel Simon
Company
Sudhaus7, a label of B-Factor GmbH
Last update
09. Feb 2024
First upload
24. Mar 2020
Downloads
17,464
Category
Backend Modules
Dependencies
  • TYPO3 (11.5.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req sudhaus7/xlsimport to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (6)

Version history

Version Upload comment Works with TYPO3 Download
5.0.5 / stable
February 09, 2024
[TASK] Version update
11.5.0 - 12.4.99 Download
5.0.3 / stable
February 08, 2024
Merge pull request #46 from sudhaus7/task/version-release

[TASK] Prepare release 5.0.3
11.5.0 - 12.4.99 Download
5.0.2 / stable
February 08, 2024
Merge pull request #45 from sudhaus7/task/version-release

[TASK] Prepare release 5.0.2
11.5.0 - 12.4.99 Download
5.0.1 / stable
February 08, 2024
Merge pull request #44 from sudhaus7/task/version-release

[TASK] Prepare release 5.0.1
11.5.0 - 12.4.99 Download
5.0.0 / stable
February 08, 2024
Merge pull request #43 from sudhaus7/task/version-release

[TASK] Prepare release 5.0
11.5.0 - 12.4.99 Download
4.0.3 / stable
January 14, 2024
[BUGFIX] Fix access check on pages for non-admin users
11.5.0 - 11.5.99 Download
4.0.1 / stable
August 26, 2023
[TASK] New Release

Tasks:
* Fixes Issue #25
* Fixes Issue #27
* Change CI to Key and release driven

Resolves: #27
Resolves: #25
11.5.0 - 11.5.99 Download
4.0.0 / stable
February 11, 2023
Release 4.0.0
- Code refactoring
- Clearer method names
- Access now handled by core functionality
- Fields and tables are checked against access rights
- Documentation update
- failsafe file upload
- failsafe import process
- preparation for large imports
11.5.0 - 11.5.99 Download
3.0.0 / stable
May 06, 2022
[TASK] code cleanups, preparation and manual testing v11
10.4.0 - 11.5.99 Download
2.0.8 / stable
October 18, 2021
New feature: Possibilty to specify CP1252 encoding during import, for example for CSV or XLS exported from Windows, which can lead to data loss when importing into a UTF-8 Database. Thanks go to Peter Kraume for this contribution!
Fix: added pid in Fieldselection for tables like pages and tt_content, thanks to Eric Bode for this fix
[TASK] Code cleanup
[TASK] Use controller class to register backend module
[TASK] Update TYPO3_MODE check
[TASK] Remove superfluous ext_localconf.php
[FEATURE] Add option to handle CP1252 encoded csv files
[DOCS] Add documentation for new encoding feature
[TAKS] remove version number from composer.json
10.4.0 - 10.4.99 Download
2.0.7 / stable
October 18, 2021
New feature: Possibilty to specify CP1252 encoding during import, for example for CSV or XLS exported from Windows, which can lead to data loss when importing into a UTF-8 Database. Thanks go to Peter Kraume for this contribution!
[TASK] Code cleanup
[TASK] Use controller class to register backend module
[TASK] Update TYPO3_MODE check
[TASK] Remove superfluous ext_localconf.php
[FEATURE] Add option to handle CP1252 encoded csv files
[DOCS] Add documentation for new encoding feature
[TAKS] remove version number from composer.json
10.4.0 - 10.4.99 Download
2.0.6 / stable
October 11, 2021
FIX: https://github.com/sudhaus7/typo3-xlsimport/issues/3 Importing redirects fails due to missing parameter
FIX: https://github.com/sudhaus7/typo3-xlsimport/issues/10 Import strips + from phone numbers during import
FEATURE: https://github.com/sudhaus7/typo3-xlsimport/issues/6 Allow field "pid" for imported records
FIX: https://github.com/sudhaus7/typo3-xlsimport/pull/9 Fix typo in backend label
TASK: Version bump to 2.0.6
Thanks to everyone who contributed with their valuable input
10.4.0 - 10.4.99 Download
2.0.5 / stable
September 28, 2021
Maintenance Release: lowered php requirements to 7.3, added Hint in Documentation how to overwrite default settings. Thanks to Peter Krume for sugessting this.
10.4.0 - 10.4.99 Download
2.0.4 / stable
September 27, 2021
Maintenance release. Removed tt_address as a required dependency, moved to suggested extension
10.4.0 - 10.4.99 Download
2.0.3 / stable
September 06, 2021
better module config handling
10.4.0 - 10.4.99 Download
2.0.2 / stable
September 06, 2021
fix TER version, fixing edge cases during import
10.4.0 - 10.4.99 Download
2.0.1 / stable
September 06, 2021
fixing phpoffice/phpspreadsheet to 1.17.* because of errors in some xlsx in the newer version
10.4.0 - 10.4.99 Download
2.0.0 / stable
April 09, 2021
Add Javascript support for selects and groups,
Add support for password overrides,
fix javascript problem with change checkbox handler
10.4.0 - 10.4.99 Download
1.1.0 / stable
December 11, 2020
remove support for TYPO3 7.6 LTS,
update
8.7.0 - 10.4.99 Download
1.0.7 / stable
March 11, 2022
Fixes Issue #16 in TYPO3 7.6
7.6.0 - 10.4.99 Download
1.0.6 / stable
August 18, 2020
[FEATURE] added fieldname to dropdown if no label is specified
[FIX] clarified documentation
[MAINTENANCE] code cleanup
7.6.0 - 10.4.99 Download
1.0.5 / stable
June 04, 2020
Fix missing dependencies when extension is installed in manual / classic mode through the TYPO3 Extension Manager
7.6.0 - 10.4.99 Download
1.0.4 / stable
May 14, 2020
Update TYPO3 dependency to latest secure version
6.2.0 - 10.4.99 Download
1.0.3 / stable
April 17, 2020
* update extension key in
* allow update via uid

* add autoload config for non composer installations
* removed deprecated emconf keys
* Add documentationci.yml
6.2.0 - 10.4.99 Download
1.0.1 / stable
March 24, 2020
Updated composer.json, invalid composer name
6.2.0 - 10.4.99 Download
1.0.0 / stable
March 24, 2020
First release of XLS Importer
6.2.0 - 10.4.99 Download