Skip to content

Commit 1e8f3e6

Browse files
authored
Merge pull request #6 from UiPath/update_excel_ppt_word_samples
update excel, powerpoint and word samples
2 parents e670da5 + f52753b commit 1e8f3e6

File tree

16 files changed

+2574
-969
lines changed

16 files changed

+2574
-969
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
namespace CodedExcelDemo
2+
{
3+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using UiPath.CodedWorkflows;
2+
using System;
3+
4+
namespace CodedExcelDemo
5+
{
6+
public class ConnectionsManager
7+
{
8+
public ConnectionsManager(ICodedWorkflowsServiceContainer resolver)
9+
{
10+
}
11+
}
12+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)