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

extract worksheet reading code from functions #7

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on May 18, 2016

  1. extract worksheet reading code from functions

    jennybc committed May 18, 2016
    Configuration menu
    Copy the full SHA
    3686b4a View commit details
    Browse the repository at this point in the history
  2. add function to list files in the xlsx

    jennybc committed May 18, 2016
    Configuration menu
    Copy the full SHA
    3be6672 View commit details
    Browse the repository at this point in the history
  3. stub for is_xlsx()

    jennybc committed May 18, 2016
    Configuration menu
    Copy the full SHA
    989433e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. start of experiment with registration fxn

    This is also me just exploring all the files in the unzipped xlsx. And then exposing anything that looks valuable. I'm sure this has lots of overlap with existing linen::workbook.
    jennybc committed May 19, 2016
    Configuration menu
    Copy the full SHA
    794a5d3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. I've poked around all files in xlsx now

    jennybc committed May 20, 2016
    Configuration menu
    Copy the full SHA
    53ea8b3 View commit details
    Browse the repository at this point in the history
  2. oops, correct import of %>%

    jennybc committed May 20, 2016
    Configuration menu
    Copy the full SHA
    1f60cb3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. toy registration fxn for jenny to get oriented

    jennybc committed May 22, 2016
    Configuration menu
    Copy the full SHA
    36a7f21 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. beef up is_xlsx()

    jennybc committed May 23, 2016
    Configuration menu
    Copy the full SHA
    730dd77 View commit details
    Browse the repository at this point in the history
  2. add xlsx_read_Content_Types(), @richfitz style 😎

    jennybc committed May 23, 2016
    Configuration menu
    Copy the full SHA
    918297c View commit details
    Browse the repository at this point in the history
  3. vcapply2()

    jennybc committed May 23, 2016
    Configuration menu
    Copy the full SHA
    aef3dc3 View commit details
    Browse the repository at this point in the history
  4. add xlsx_read_workbook_JENNY()

    similar to xlsx_read_workbook() but does less: only reads from the single file xl/workbook.xml
    jennybc committed May 23, 2016
    Configuration menu
    Copy the full SHA
    966da4a View commit details
    Browse the repository at this point in the history
  5. use existing xlsx_read_shared_strings()

    jennybc committed May 23, 2016
    Configuration menu
    Copy the full SHA
    b89de6e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    6db4859 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. add more test/example sheets

    jennybc committed May 25, 2016
    Configuration menu
    Copy the full SHA
    dcf7086 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. peg xml2 at a specific commit

    jennybc committed May 27, 2016
    Configuration menu
    Copy the full SHA
    5904e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662ad53 View commit details
    Browse the repository at this point in the history
  3. gitignore xlsx temp files

    jennybc committed May 27, 2016
    Configuration menu
    Copy the full SHA
    9e54890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c258f View commit details
    Browse the repository at this point in the history
  5. xlsx_read_workbook_sheets()

    jennybc committed May 27, 2016
    Configuration menu
    Copy the full SHA
    bbe858a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48021a1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. let dep on gh xml2 float (to the tip)

    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    9535469 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into discuss-read-fxns

    # Conflicts:
    #	DESCRIPTION
    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    ae6b988 View commit details
    Browse the repository at this point in the history
  3. xml2 now returns namespaces among the attributes

    so I need to be more specific here
    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    f651550 View commit details
    Browse the repository at this point in the history
  4. xml2::xml_find_one --> xml_find_first

    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    3a50db1 View commit details
    Browse the repository at this point in the history
  5. use the new/updated fxns in register()

    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    f27d25c View commit details
    Browse the repository at this point in the history
  6. update + render faux vignette

    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    a20bfbf View commit details
    Browse the repository at this point in the history
  7. de-purrr

    jennybc committed May 30, 2016
    Configuration menu
    Copy the full SHA
    1cb4571 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. WIP: clean up rexcel_register()

    jennybc committed May 31, 2016
    Configuration menu
    Copy the full SHA
    d8d62f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. add sharedStrings to faux vignette

    jennybc committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    3ea4cd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. saner comparison of namespaces

    jennybc committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    08168af View commit details
    Browse the repository at this point in the history
  2. specify arg names

    jennybc committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    7dcf4c1 View commit details
    Browse the repository at this point in the history
  3. more cleaning up rexcel_register

    jennybc committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    cc7c1ed View commit details
    Browse the repository at this point in the history
  4. WIP: faux vignette, for skype call

    jennybc committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    81ea5e6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into discuss-read-fxns

    # Conflicts:
    #	DESCRIPTION
    #	R/rexcel-package.r
    jennybc committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    21f83df View commit details
    Browse the repository at this point in the history