You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://www.cortex-ia.com/"target="_blank"><imgsrc="https://github.com/CortexIATest/CTXImages/blob/master/Cortex-350-120.png"alt="Welcome to Cortex!"width="350"height="120"border="0"></a>
2
1
3
-
# CTX-Excel
4
-
Cortex Subtasks which interact with Microsoft Excel without requiring Microsoft Excel to be installed on the Cortex application server.
2
+
<ahref="https://www.cortex-ia.co.uk/"target="_blank"><imgsrc="https://github.com/CortexIATest/CTXImages/blob/master/Cortex-350-120.png"alt="Welcome to Cortex!"width="350"height="120"border="0"></a>
3
+
4
+
# Excel Cortex Module
5
+
The current Cortex Excel module focuses on interactions with .xslx files.
6
+
7
+
It offers the following functionality:
8
+
1. Read from file
9
+
2. Write to file
10
+
3. Format file contents
11
+
4. Create SQL insert statements from file content
12
+
5. Write data to file from a SQL statement
13
+
6. Retrieve information about file
14
+
7. Convert file to a csv
5
15
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
-
* Get Worksheets
13
-
* Insert Headers
14
-
* Insert Rows
15
-
* Read Data from Worksheet
16
-
* Set Cell
17
-
* Set Cell Where
18
16
19
17
20
18
## Table of Contents
21
19
1)[Dependencies](#dependencies)
22
20
*[Cortex Version](#cortex-version)
23
21
*[OCIs](#ocis)
24
22
*[Files](#files)
25
-
*[Other](#other-requisites)
23
+
*[Other](#other)
26
24
1)[Support and Warranty](#support-and-warranty)
27
-
1)[Installation](#installation)
28
-
1)[How to use](#how-to-use)
29
-
1)[How you can contribute](#how-you-can-contribute)
30
-
1)[Versioning](#versioning)
31
-
1)[Licensing](#licensing)
25
+
2)[Installation](#installation)
26
+
3)[How to use](#how-to-use)
27
+
4)[How you can contribute](#how-you-can-contribute)
28
+
5)[Versioning](#versioning)
29
+
6)[Licensing](#licensing)
30
+
32
31
33
32
## Dependencies
34
33
### Cortex Version
35
-
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.
34
+
This version of the Excel module was developed in Cortex version 7.1. Some functionality may not be available on different versions of Cortex.
36
35
37
36
### OCIs
38
-
The CTX-Excel module requires the following Cortex OCIs:
37
+
The module requires the following Cortex OCIs:
39
38
* PowerShell
40
39
41
40
### Files
42
-
The CTX-Excel module requires the following files:
43
-
*[CTX-Excel Studio Package](https://github.com/CortexIntelligentAutomation/CTX-Excel/releases/download/v2.4/CTX-Excel.studiopkg)
The CTX-Excel module has the following additional requirements which are explained in detail in the [Deployment Plan](https://github.com/CortexIntelligentAutomation/CTX-Excel/blob/master/CTX-Excel%20-%20Deployment%20Plan.pdf):
47
-
* PowerShell v5 to be installed on the application server
48
-
* PSExcel PowerShell module installed
49
-
* ImportExcel PowerShell module installed
44
+
### Other
45
+
The Excel module has the following additional requirements:
46
+
* PowerShell v5.0 or later installed on the same machine as the PowerShell OCI
50
47
51
48
## Support and Warranty
52
49
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.
53
50
54
51
## Installation
55
-
Details of how the module should be imported into Cortex can be found in the [Deployment Plan](https://github.com/CortexIntelligentAutomation/CTX-Excel/blob/master/CTX-Excel%20-%20Deployment%20Plan.pdf).
56
-
52
+
Details of the installation can be found in the [CTX-Excel Deployment Plan](https://github.com/CortexIntelligentAutomation/CTX-Excel/blob/master/CTX-Excel%20-%20Deployment%20Plan.pdf).
57
53
## How to use
58
-
A detailed User Guide has been provided with instructions on how to use the module, available [here](https://github.com/CortexIntelligentAutomation/CTX-Excel/blob/master/CTX-Excel%20-%20User%20Guide.pdf). Configuration of each flow/subtask's inputs and outputs are detailed in notes on the flow/subtask workspace.
54
+
A detailed User Guide has been provided with instructions on how to use the flows/subtasks, available [here](https://github.com/CortexIntelligentAutomation/CTX-Excel/blob/master/CTX-Excel%20-%20User%20Guide.pdf). Configuration of subtask inputs and outputs are detailed in notes on the subtask workspace.
59
55
60
56
## How you can contribute
61
57
Unfortunately, we cannot offer pull requests at this time or accept any improvements.
62
58
63
59
## Versioning
64
-
The CTX-Excel module has the following versions, starting with the most recent:
60
+
CTX-Excel has the following versions, starting with the most recent:
0 commit comments