Skip to content

Commit

Permalink
Started Split Range
Browse files Browse the repository at this point in the history
  • Loading branch information
openbots-ff committed Mar 17, 2020
1 parent a606b49 commit fcd3fe5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions taskt/Core/Automation/Commands/ExcelSplitRangeByColumn.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace taskt.Core.Automation.Commands
{
public class ExcelSplitRangeByColumn
{
}
}
1 change: 1 addition & 0 deletions taskt/taskt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<Compile Include="Core\Automation\Commands\AddDictionaryCommand.cs" />
<Compile Include="Core\Automation\Commands\CreateDictionaryCommand.cs" />
<Compile Include="Core\Automation\Commands\BeginMutliIfCommand.cs" />
<Compile Include="Core\Automation\Commands\ExcelSplitRangeByColumn.cs" />
<Compile Include="Core\Automation\Commands\ExtractFileCommand.cs" />
<Compile Include="Core\Automation\Commands\NextLoopCommand.cs" />
<Compile Include="Core\Automation\Commands\OutlookEmailCommand.cs" />
Expand Down

0 comments on commit fcd3fe5

Please sign in to comment.