Skip to content

Commit

Permalink
XLSExtractor bug corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Oct 19, 2021
1 parent d4c800e commit 7e4d551
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](<http://keepachangelog.com/en/1.0.0/>)
and this project adheres to [Semantic Versioning](<http://semver.org/spec/v2.0.0.html>).

## [1.1.7]

### Fixed
- XLSExtractor bug corrected


## [1.1.6]

### Fixed
- elastic import errors trapped


## [1.1.5] First ooetl release

### Changed
- refactoring (renaming)


## [0.1.0] Initial release (old)

### Added
Expand Down
1 change: 0 additions & 1 deletion ooetl/extractors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def extract(self, **kwargs):

df = pd.read_excel(
io=self.io,
sep=self.sheet_name,
skiprows=self.skiprows,
skipfooter=self.skipfooter,
sheet_name=self.sheet_name,
Expand Down

0 comments on commit 7e4d551

Please sign in to comment.