salesrender / plugin-macros-excel
Plugin for export orders from salesrender.com in Excel (xlsx, ods, csv) format
Package info
github.com/SalesRender/plugin-macros-excel
Type:project
pkg:composer/salesrender/plugin-macros-excel
0.9.7
2023-11-10 08:14 UTC
Requires
- php: >=7.4.0
- ext-json: *
- box/spout: ^3.1
- salesrender/plugin-component-purpose: ^1.3
- salesrender/plugin-core-macros: ^0.18.0
This package is auto-updated.
Last update: 2026-06-12 09:28:41 UTC
README
Run this command from the directory in which you want to install your new application.
composer create-project salesrender/plugin-macros-excel
- Create
const.phpfromconst.php.exampleand set environment values - Point your virtual host document root to your new application's
public/directory. - Ensure
runtime/andpublic/output/is web writeable.