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

feat(tblconv/excel): create sql driver on top of excel #4

Open
Zaba505 opened this issue Nov 24, 2021 · 0 comments
Open

feat(tblconv/excel): create sql driver on top of excel #4

Zaba505 opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Zaba505
Copy link
Owner

Zaba505 commented Nov 24, 2021

Problem

Currently, the reader and writer for Excel spreadsheets do not support any ways of querying for specific records to retrieve from a particular sheet.

Feature

By creating a sql.Driver implementation on top of Excel files the user would be able to use a SQLReader/Writer to query for specific records in the entire Excel file.

@Zaba505 Zaba505 added the enhancement New feature or request label Nov 24, 2021
@Zaba505 Zaba505 self-assigned this Nov 24, 2021
@Zaba505 Zaba505 changed the title feat(excel): create sql driver on top of excel feat(tblconv/excel): create sql driver on top of excel Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant