Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel Importer can only handle Excel 97-2003 files #79

Open
alastairs opened this issue Dec 10, 2011 · 0 comments
Open

Excel Importer can only handle Excel 97-2003 files #79

alastairs opened this issue Dec 10, 2011 · 0 comments

Comments

@alastairs
Copy link
Member

The underlying library will handle Excel 2007+ (.xlsx) files without a problem, but the ExcelImportService has a hard-coded expectation that the file is in Excel 97-2003 (.xls) format.

There is also a hard-coded expectation that the data to import is in the first worksheet in the file.

adrianbanks added a commit to adrianbanks/GiveCRM that referenced this issue Dec 19, 2011
…-2003 files

Made it auto-detect the version of excel based on the file extension of the import file
adrianbanks added a commit to adrianbanks/GiveCRM that referenced this issue Dec 19, 2011
…-2003 files

Made it auto-detect the version of excel based on the file extension of the import file
adrianbanks added a commit to adrianbanks/GiveCRM that referenced this issue Dec 19, 2011
…-2003 files

Made it auto-detect the version of excel based on the file extension of the import file
alastairs added a commit that referenced this issue Jan 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant