The current Cortex Excel module focuses on interactions with .xslx files.
It offers the following functionality:
- Read from file
- Write to file
- Format file contents
- Create SQL insert statements from file content
- Write data to file from a SQL statement
- Retrieve information about file
- Convert file to a csv
- Dependencies
- Support and Warranty
- Installation
- How to use
- How you can contribute
- Versioning
- Licensing
This version of the Excel module was developed in Cortex version 7.1. Some functionality may not be available on different versions of Cortex.
The module requires the following Cortex OCIs:
- PowerShell
The Excel module requires the following files:
The Excel module has the following additional requirements:
- PowerShell v5.0 or later installed on the same machine as the PowerShell OCI
This module is supplied as a template that you can amend and extend to fit your requirements, as such it is not supported as part of the Cortex Product suite under the Cortex product support agreement.
Details of the installation can be found in the CTX-Excel Deployment Plan.
A detailed User Guide has been provided with instructions on how to use the flows/subtasks, available here. Configuration of subtask inputs and outputs are detailed in notes on the subtask workspace.
Unfortunately, we cannot offer pull requests at this time or accept any improvements.
CTX-Excel has the following versions, starting with the most recent:
Version | Release | Functionality | Notes |
---|---|---|---|
v1.0 | 17/11/2021 | PEPR-Process-Excel-PowerShell-Response | Created |
v1.0 | 17/11/2021 | Import-Excel | Created |
v1.0 | 17/11/2021 | Export-Excel | Created |
v1.0 | 17/11/2021 | Set-ExcelRange | Created |
v1.0 | 17/11/2021 | ConvertFrom-ExcelToSQLInsert | Created |
v1.0 | 17/11/2021 | Send-SQLDataToExcel | Created |
v1.0 | 17/11/2021 | Get-ExcelSheetInfo | Created |
v1.0 | 17/11/2021 | Get-ExcelWorkbookInfo | Created |
v1.0 | 17/11/2021 | ConvertFrom-ExcelSheet | Created |
All functionality within this module is licensed under the Apache 2.0 License.
Copyright 2018 Cortex Limited
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.