-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Commits on May 18, 2016
-
extract worksheet reading code from functions
jennybc committedMay 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 3686b4a - Browse repository at this point
Copy the full SHA 3686b4aView commit details -
add function to list files in the xlsx
jennybc committedMay 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 3be6672 - Browse repository at this point
Copy the full SHA 3be6672View commit details -
jennybc committed
May 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 989433e - Browse repository at this point
Copy the full SHA 989433eView commit details
Commits on May 19, 2016
-
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 committedMay 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 794a5d3 - Browse repository at this point
Copy the full SHA 794a5d3View commit details
Commits on May 20, 2016
-
I've poked around all files in xlsx now
jennybc committedMay 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 53ea8b3 - Browse repository at this point
Copy the full SHA 53ea8b3View commit details -
jennybc committed
May 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 1f60cb3 - Browse repository at this point
Copy the full SHA 1f60cb3View commit details
Commits on May 22, 2016
-
toy registration fxn for jenny to get oriented
jennybc committedMay 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 36a7f21 - Browse repository at this point
Copy the full SHA 36a7f21View commit details
Commits on May 23, 2016
-
jennybc committed
May 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 730dd77 - Browse repository at this point
Copy the full SHA 730dd77View commit details -
add xlsx_read_Content_Types(), @richfitz style 😎
jennybc committedMay 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 918297c - Browse repository at this point
Copy the full SHA 918297cView commit details -
jennybc committed
May 23, 2016 Configuration menu - View commit details
-
Copy full SHA for aef3dc3 - Browse repository at this point
Copy the full SHA aef3dc3View commit details -
add xlsx_read_workbook_JENNY()
similar to xlsx_read_workbook() but does less: only reads from the single file xl/workbook.xml
jennybc committedMay 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 966da4a - Browse repository at this point
Copy the full SHA 966da4aView commit details -
use existing xlsx_read_shared_strings()
jennybc committedMay 23, 2016 Configuration menu - View commit details
-
Copy full SHA for b89de6e - Browse repository at this point
Copy the full SHA b89de6eView commit details
Commits on May 24, 2016
-
explain and add another version of ekaterinburg sheet
jennybc committedMay 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 6db4859 - Browse repository at this point
Copy the full SHA 6db4859View commit details
Commits on May 25, 2016
-
jennybc committed
May 25, 2016 Configuration menu - View commit details
-
Copy full SHA for dcf7086 - Browse repository at this point
Copy the full SHA dcf7086View commit details
Commits on May 27, 2016
-
jennybc committed
May 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 5904e1c - Browse repository at this point
Copy the full SHA 5904e1cView commit details -
utility fxns (temporary?) for namespaces and cell ref string parsing
jennybc committedMay 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 662ad53 - Browse repository at this point
Copy the full SHA 662ad53View commit details -
jennybc committed
May 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 9e54890 - Browse repository at this point
Copy the full SHA 9e54890View commit details -
add test file with vexing characters in worksheet names
jennybc committedMay 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 30c258f - Browse repository at this point
Copy the full SHA 30c258fView commit details -
jennybc committed
May 27, 2016 Configuration menu - View commit details
-
Copy full SHA for bbe858a - Browse repository at this point
Copy the full SHA bbe858aView commit details -
anticipate alternative namespaces for shared strings
jennybc committedMay 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 48021a1 - Browse repository at this point
Copy the full SHA 48021a1View commit details
Commits on May 30, 2016
-
let dep on gh xml2 float (to the tip)
jennybc committedMay 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 9535469 - Browse repository at this point
Copy the full SHA 9535469View commit details -
Merge branch 'master' into discuss-read-fxns
# Conflicts: # DESCRIPTION
jennybc committedMay 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ae6b988 - Browse repository at this point
Copy the full SHA ae6b988View commit details -
xml2 now returns namespaces among the attributes
so I need to be more specific here
jennybc committedMay 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f651550 - Browse repository at this point
Copy the full SHA f651550View commit details -
xml2::xml_find_one --> xml_find_first
jennybc committedMay 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3a50db1 - Browse repository at this point
Copy the full SHA 3a50db1View commit details -
use the new/updated fxns in register()
jennybc committedMay 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f27d25c - Browse repository at this point
Copy the full SHA f27d25cView commit details -
jennybc committed
May 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a20bfbf - Browse repository at this point
Copy the full SHA a20bfbfView commit details -
jennybc committed
May 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 1cb4571 - Browse repository at this point
Copy the full SHA 1cb4571View commit details
Commits on May 31, 2016
-
WIP: clean up rexcel_register()
jennybc committedMay 31, 2016 Configuration menu - View commit details
-
Copy full SHA for d8d62f9 - Browse repository at this point
Copy the full SHA d8d62f9View commit details
Commits on Jun 2, 2016
-
add sharedStrings to faux vignette
jennybc committedJun 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 3ea4cd5 - Browse repository at this point
Copy the full SHA 3ea4cd5View commit details
Commits on Jun 9, 2016
-
saner comparison of namespaces
jennybc committedJun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 08168af - Browse repository at this point
Copy the full SHA 08168afView commit details -
jennybc committed
Jun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 7dcf4c1 - Browse repository at this point
Copy the full SHA 7dcf4c1View commit details -
more cleaning up rexcel_register
jennybc committedJun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for cc7c1ed - Browse repository at this point
Copy the full SHA cc7c1edView commit details -
WIP: faux vignette, for skype call
jennybc committedJun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 81ea5e6 - Browse repository at this point
Copy the full SHA 81ea5e6View commit details -
Merge branch 'master' into discuss-read-fxns
# Conflicts: # DESCRIPTION # R/rexcel-package.r
jennybc committedJun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 21f83df - Browse repository at this point
Copy the full SHA 21f83dfView commit details