Changeset 3393589
- Timestamp:
- 11/11/2025 11:30:13 AM (5 months ago)
- Location:
- easysecure-import-export-courses-learndash/tags/1.0
- Files:
-
- 229 added
-
. (added)
-
composer.json (added)
-
composer.lock (added)
-
easysecure-import-export-courses-learndash.php (added)
-
export (added)
-
export/export.php (added)
-
import (added)
-
import/import.php (added)
-
readme.txt (added)
-
vendor (added)
-
vendor/autoload.php (added)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (added)
-
vendor/composer/InstalledVersions.php (added)
-
vendor/composer/LICENSE (added)
-
vendor/composer/autoload_classmap.php (added)
-
vendor/composer/autoload_namespaces.php (added)
-
vendor/composer/autoload_psr4.php (added)
-
vendor/composer/autoload_real.php (added)
-
vendor/composer/autoload_static.php (added)
-
vendor/composer/installed.json (added)
-
vendor/composer/installed.php (added)
-
vendor/openspout (added)
-
vendor/openspout/openspout (added)
-
vendor/openspout/openspout/.github (added)
-
vendor/openspout/openspout/.github/FUNDING.yml (added)
-
vendor/openspout/openspout/.github/workflows (added)
-
vendor/openspout/openspout/.github/workflows/ci.yml (added)
-
vendor/openspout/openspout/.php-cs-fixer.dist.php (added)
-
vendor/openspout/openspout/LICENSE (added)
-
vendor/openspout/openspout/LICENSE-for-cc42c1d (added)
-
vendor/openspout/openspout/README.md (added)
-
vendor/openspout/openspout/UPGRADE-3.0.md (added)
-
vendor/openspout/openspout/composer.json (added)
-
vendor/openspout/openspout/phpstan.neon (added)
-
vendor/openspout/openspout/src (added)
-
vendor/openspout/openspout/src/Spout (added)
-
vendor/openspout/openspout/src/Spout/Autoloader (added)
-
vendor/openspout/openspout/src/Spout/Autoloader/Psr4Autoloader.php (added)
-
vendor/openspout/openspout/src/Spout/Autoloader/autoload.php (added)
-
vendor/openspout/openspout/src/Spout/Common (added)
-
vendor/openspout/openspout/src/Spout/Common/Creator (added)
-
vendor/openspout/openspout/src/Spout/Common/Creator/HelperFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Cell.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Row.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style/Border.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style/BorderPart.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style/CellAlignment.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style/Color.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Entity/Style/Style.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/EncodingConversionException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/IOException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/InvalidArgumentException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/InvalidColorException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/SpoutException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Exception/UnsupportedTypeException.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/CellTypeHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/EncodingHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/Escaper (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/Escaper/CSV.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/Escaper/EscaperInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/Escaper/ODS.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/Escaper/XLSX.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/FileSystemHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/FileSystemHelperInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/GlobalFunctionsHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Helper/StringHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Manager (added)
-
vendor/openspout/openspout/src/Spout/Common/Manager/OptionsManagerAbstract.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Manager/OptionsManagerInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Common/Type.php (added)
-
vendor/openspout/openspout/src/Spout/Reader (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Creator (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Creator/InternalEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Manager (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Reader.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/RowIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/Sheet.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/CSV/SheetIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Creator (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Creator/InternalEntityFactoryInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Creator/ReaderEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Creator/ReaderFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Entity (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Entity/Options.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Manager (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/Manager/RowManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Common/XMLProcessor.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/InvalidValueException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/IteratorNotRewindableException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/NoSheetsFoundException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/ReaderException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/ReaderNotOpenedException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/SharedStringNotFoundException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Exception/XMLProcessingException.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/IteratorInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Creator (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Creator/HelperFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Creator/InternalEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Creator/ManagerFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Helper (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Helper/CellValueFormatter.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Helper/SettingsHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Manager (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Reader.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/RowIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/Sheet.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ODS/SheetIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ReaderAbstract.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/ReaderInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/SheetInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Wrapper (added)
-
vendor/openspout/openspout/src/Spout/Reader/Wrapper/XMLInternalErrorsHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/Wrapper/XMLReader.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Creator (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Creator/HelperFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Creator/InternalEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Creator/ManagerFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Helper (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Helper/CellHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Helper/CellValueFormatter.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Helper/DateFormatHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsCaching (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsCaching/CachingStrategyInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsCaching/FileBasedStrategy.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsCaching/InMemoryStrategy.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SharedStringsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/SheetManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/StyleManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Manager/WorkbookRelationshipsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Reader.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/RowIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/Sheet.php (added)
-
vendor/openspout/openspout/src/Spout/Reader/XLSX/SheetIterator.php (added)
-
vendor/openspout/openspout/src/Spout/Writer (added)
-
vendor/openspout/openspout/src/Spout/Writer/CSV (added)
-
vendor/openspout/openspout/src/Spout/Writer/CSV/Manager (added)
-
vendor/openspout/openspout/src/Spout/Writer/CSV/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/CSV/Writer.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/InternalEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/ManagerFactoryInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/Style (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/Style/BorderBuilder.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/Style/StyleBuilder.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/WriterEntityFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Creator/WriterFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Entity (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Entity/Options.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Entity/Sheet.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Entity/Workbook.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Entity/Worksheet.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Helper (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Helper/CellHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Helper/FileSystemWithRootFolderHelperInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Helper/ZipHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/CellManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/RegisteredStyle.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/RowManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/SheetManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style/PossiblyUpdatedStyle.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style/StyleManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style/StyleManagerInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style/StyleMerger.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/Style/StyleRegistry.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/WorkbookManagerAbstract.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/WorkbookManagerInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Common/Manager/WorksheetManagerInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/Border (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/Border/InvalidNameException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/Border/InvalidStyleException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/Border/InvalidWidthException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/InvalidSheetNameException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/SheetNotFoundException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/WriterAlreadyOpenedException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/WriterException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/Exception/WriterNotOpenedException.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Creator (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Creator/HelperFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Creator/ManagerFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Helper (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Helper/BorderHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Helper/FileSystemHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/Style (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/Style/StyleManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/Style/StyleRegistry.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/WorkbookManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Manager/WorksheetManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/ODS/Writer.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/WriterAbstract.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/WriterInterface.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/WriterMultiSheetsAbstract.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Creator (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Creator/HelperFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Creator/ManagerFactory.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Helper (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Helper/BorderHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Helper/FileSystemHelper.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/OptionsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/SharedStringsManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/Style (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/Style/StyleManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/Style/StyleRegistry.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/WorkbookManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Manager/WorksheetManager.php (added)
-
vendor/openspout/openspout/src/Spout/Writer/XLSX/Writer.php (added)
Note: See TracChangeset
for help on using the changeset viewer.