|
| 1 | +<a href="https://www.cortex-ia.co.uk/" target="_blank"><img src="https://github.com/CortexIATest/CTXImages/blob/master/Cortex-350-120.png" alt="Welcome to Cortex!" width="350" height="120" border="0"></a> |
| 2 | + |
| 3 | +# CTX-Excel |
| 4 | +Cortex Subtasks which interact with Microsoft Excel without requiring Microsoft Excel to be installed on the Cortex application server. |
| 5 | + |
| 6 | +The module allows users to perform the following functionality: |
| 7 | +* Add Conditional Formatting |
| 8 | +* Create Pivot Charts |
| 9 | +* Create Pivot Tables |
| 10 | +* Create Workbook |
| 11 | +* Create Worksheet |
| 12 | +* Insert Headers |
| 13 | +* Insert Rows |
| 14 | +* Set Cell |
| 15 | +* Set Cell Where |
| 16 | + |
| 17 | + |
| 18 | +## Table of Contents |
| 19 | +1) [Dependencies](#dependencies) |
| 20 | + * [Cortex Version](#cortex-version) |
| 21 | + * [OCIs](#ocis) |
| 22 | + * [Files](#files) |
| 23 | + * [Other](#other) |
| 24 | +1) [Installation](#installation) |
| 25 | +1) [How to use](#how-to-use) |
| 26 | +1) [How you can contribute](#how-you-can-contribute) |
| 27 | +1) [Versioning](#versioning) |
| 28 | +1) [Licensing](#licensing) |
| 29 | + |
| 30 | +## Dependencies |
| 31 | +### Cortex Version |
| 32 | +This version of the CTX-Excel module was developed in Cortex v6.3.0. Some functionality may not be available in earlier verions of Cortex. |
| 33 | + |
| 34 | +### OCIs |
| 35 | +The CTX-Excel module requires the following Cortex OCIs: |
| 36 | +* PowerShell |
| 37 | + |
| 38 | +### Files |
| 39 | +The CTX-Excel module requires the following files: |
| 40 | +* [CTX-Excel Studio Package](https://github.com/CortexIntelligentAutomation/CTX-Excel/releases/download/untagged-735f460df6f7d65c9d19/Cortex.Studio.Package.-.V2.3.studiopkg) |
| 41 | + |
| 42 | +### Other Requisites |
| 43 | +The CTX-Excel module has the following additional requirements which are explained in detail in the [Deployment Plan](#Installation): |
| 44 | +* PowerShell v5 to be installed on the application server |
| 45 | +* PSExcel PowerShell module installed |
| 46 | +* ImportExcel PowerShell module installed |
| 47 | + |
| 48 | +## Installation |
| 49 | +Details of how the module should be imported into Cortex can be found in the [Deployment Plan](#Installation). |
| 50 | + |
| 51 | +## How to use |
| 52 | +A detailed User Guide has been provided with instructions on how to use the module, available [here](https://github.com/CortexIATest/CTXExcel/blob/master/CTX-Excel%20-%20User%20Guide.docx). Configuration of each flow/subtask's inputs and outputs are detailed in notes on the flow/subtask workspace. |
| 53 | + |
| 54 | +## How you can contribute |
| 55 | +Unfortunately, we cannot offer pull requests at this time or accept any improvements. |
| 56 | + |
| 57 | +## Versioning |
| 58 | +The CTX-Excel module has the following versions, starting with the most recent: |
| 59 | + |
| 60 | +Version | Release | Functionality | Notes |
| 61 | +------------ | ------------- | ----------- | ----------- |
| 62 | +v2.3 | 25/09/2018 | Create Pivot Tables | Fixed Bugs |
| 63 | +v2.3 | 25/09/2018 | Create Pivot Charts | Fixed Bugs |
| 64 | +v2.2 | 05/01/2018 | Add Conditional Formatting | Created |
| 65 | +v2.1 | 21/11/2017 | Create Pivot Charts | Created |
| 66 | +v2.0 | 16/11/2017 | Create Pivot Tables | Created |
| 67 | +v1.0 | 12/05/2017 | Create Workbook | Created |
| 68 | +v1.0 | 12/05/2017 | Create Worksheet | Created |
| 69 | +v1.0 | 12/05/2017 | Insert Headers | Created |
| 70 | +v1.0 | 12/05/2017 | Insert Rows | Created |
| 71 | +v1.0 | 12/05/2017 | Set Cell | Created |
| 72 | +v1.0 | 12/05/2017 | Set Cell Where | Created |
| 73 | + |
| 74 | +## Licensing |
| 75 | +All functionality within this module is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). |
| 76 | + |
| 77 | +Copyright 2018 Cortex Limited |
| 78 | + |
| 79 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 80 | +you may not use this file except in compliance with the License. |
| 81 | +You may obtain a copy of the License at |
| 82 | + |
| 83 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 84 | + |
| 85 | +Unless required by applicable law or agreed to in writing, software |
| 86 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 87 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 88 | +See the License for the specific language governing permissions and |
| 89 | +limitations under the License. |
0 commit comments