Skip to content

Commit f4a3eef

Browse files
committed
1025536: Implement Spreadsheet Open and Save Services using Python with .NET Wrapper
1 parent 00ead84 commit f4a3eef

65 files changed

Lines changed: 3113 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{62662F17-C1C7-4780-A59F-62D12C3BF383}|SpreadsheetLibrary.csproj|d:\\support works\\sf-827074 - python service\\latest class library\\spreadsheetlibrary\\class1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{62662F17-C1C7-4780-A59F-62D12C3BF383}|SpreadsheetLibrary.csproj|solutionrelative:class1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 200,
17+
"SelectedChildIndex": 0,
18+
"Children": [
19+
{
20+
"$type": "Document",
21+
"DocumentIndex": 0,
22+
"Title": "Class1.cs",
23+
"DocumentMoniker": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\Class1.cs",
24+
"RelativeDocumentMoniker": "Class1.cs",
25+
"ToolTip": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\Class1.cs",
26+
"RelativeToolTip": "Class1.cs",
27+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
28+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
29+
"WhenOpened": "2026-04-01T14:52:01.304Z",
30+
"EditorCaption": ""
31+
}
32+
]
33+
}
34+
]
35+
}
36+
]
37+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{62662F17-C1C7-4780-A59F-62D12C3BF383}|SpreadsheetLibrary.csproj|d:\\support works\\sf-827074 - python service\\latest class library\\spreadsheetlibrary\\spreadsheeteditor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{62662F17-C1C7-4780-A59F-62D12C3BF383}|SpreadsheetLibrary.csproj|solutionrelative:spreadsheeteditor.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 200,
17+
"SelectedChildIndex": 0,
18+
"Children": [
19+
{
20+
"$type": "Document",
21+
"DocumentIndex": 0,
22+
"Title": "SpreadsheetEditor.cs",
23+
"DocumentMoniker": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\SpreadsheetEditor.cs",
24+
"RelativeDocumentMoniker": "SpreadsheetEditor.cs",
25+
"ToolTip": "D:\\Support works\\SF-827074 - Python service\\Latest Class Library\\SpreadsheetLibrary\\SpreadsheetEditor.cs",
26+
"RelativeToolTip": "SpreadsheetEditor.cs",
27+
"ViewState": "AgIAABYAAAAAAAAAAAAQwAsAAAA4AAAAAAAAAA==",
28+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
29+
"WhenOpened": "2026-04-01T14:52:01.304Z",
30+
"EditorCaption": ""
31+
}
32+
]
33+
}
34+
]
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)