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

Unified cell range model for CSV Layouts #85

Closed
georg-schwarz opened this issue Dec 23, 2022 · 0 comments · Fixed by #145
Closed

Unified cell range model for CSV Layouts #85

georg-schwarz opened this issue Dec 23, 2022 · 0 comments · Fixed by #145
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@georg-schwarz
Copy link
Member

Currently, the concept to describe CSV files is column-based. We assume that this does not live up to the complexity of CSV files in practice. Thus, we need a concept based on cell-ranges (as a more generic way) to describe CSV files.

The current syntax might be syntactic sugar, e.g. column A: text; might be a short form for range (A:A): text.

Tackling this issue might require redesigning the whole sheet concept, as cell ranges might overlap etc.

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

Successfully merging a pull request may close this issue.

3 participants