Skip to content

Commit

Permalink
Merge pull request #247 from lauri108/patch-1
Browse files Browse the repository at this point in the history
add missing import into code example
  • Loading branch information
brianmay authored Feb 29, 2020
2 parents 57db06a + c470432 commit 3e7a654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This operation may take some time depending on the size of your workbook (we've

```
from koala.ExcelCompiler import ExcelCompiler
from koala.Spreadsheet import Spreadsheet
sp = Spreadsheet("examples/basic.xlsx")
```
Expand Down

0 comments on commit 3e7a654

Please sign in to comment.