Skip to content

Commit

Permalink
Merge pull request #13 from Ilade-s/xlsManager-GUI-
Browse files Browse the repository at this point in the history
Xls manager GUI prototype
  • Loading branch information
Ilade-s authored Apr 30, 2021
2 parents 0fe3ef5 + 969fb02 commit 02fc87b
Show file tree
Hide file tree
Showing 6 changed files with 526 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ ExtractedData_Edited.xls
Data_Del.xls
.vscode
DataCopy.xls
test.py
savetest.xls
save.xls
4 changes: 2 additions & 2 deletions ImportationExemple.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
xls.SaveFile() # sauvegarde xls

# importation de xlsReader
xls = xlsReader.xlsData(0, "ExtractedData", TitleCell=(4,4))
xls = xlsReader.xlsData(0, "ExtractedData")

ReadData = xls.Lecture(rowstart=0,colstart=0,colstop=3,formattage="dict")
ReadData = xls.Lecture(rowstart=0,colstart=0,colstop=3,formatage="dict")

print(ReadData) # affichage données récupérées

Expand Down
Loading

0 comments on commit 02fc87b

Please sign in to comment.