8000 Iterate the sheets · Issue #3 · khchen/xl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Iterate the sheets #3
Open
Open
@Luteva-ssh

Description

@Luteva-ssh

I would like to iterate all the sheets in a workbook.
something like:

for sheet in workbook.sheets:
  .... do something....

the workbook has a sheets seq, but it is not marked 'public'

  XlWorkbook* = ref object
    ## Represent a workbook.
    contents: Table[string, XlObject]
    sheets: seq[XlSheet]

Is there any reason why the property sheets in XlWorkbook is private? Or may I just change that (and create a 'pr')?
Thx

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

      0