Skip to content

Commit

Permalink
minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkranz committed Sep 8, 2023
1 parent 908792c commit 84f723d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/vlmd/extract/exceldata.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This vlmd extraction tool provides the ability to extract vlmd from all of these
from healdata_utils import convert_to_vlmd

convert_to_vlmd(
filepath="myexcelfile.xlsx",
input_filepath="myexcelfile.xlsx",
inputtype="excel-data",
multiple_data_dicts=False
)
Expand All @@ -59,9 +59,11 @@ This vlmd extraction tool provides the ability to extract vlmd from all of these
from healdata_utils import convert_to_vlmd

convert_to_vlmd(
filepath="myexcelfile.xlsx",
input_filepath="myexcelfile.xlsx",
inputtype="excel-data",
multiple_data_dicts=False,
sheet_name=["mysheet1","mysheet2"]
)

```

0 comments on commit 84f723d

Please sign in to comment.