Skip to content

NonEmpty list of worksheets #130

Description

@amigalemming

If I understand the ECMA standard correctly, then a Spreadsheet contains at least one worksheet.
Could we express this with types like so:

xlSheets :: Lens' Xlsx (NonEmpty (Text, Worksheet))

Maybe there are more occurrences of non-empty structures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions