-
Notifications
You must be signed in to change notification settings - Fork 1
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
sheet_utils refactor to add csv functionality (C4-1088) #276
base: kmp_sheet_utils
Are you sure you want to change the base?
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ff63a9 - Browse repository at this point
Copy the full SHA 3ff63a9View commit details -
Some name changes to make things more abstract. workbook becomes read…
…er_agent, for example
Configuration menu - View commit details
-
Copy full SHA for 39bd2e0 - Browse repository at this point
Copy the full SHA 39bd2e0View commit details -
Rename sheetname to tabname throughout, to be more clear that this is…
… not the workbook level artifact. Better handling of init args.
Configuration menu - View commit details
-
Copy full SHA for 77b72f6 - Browse repository at this point
Copy the full SHA 77b72f6View commit details -
Add some doc strings. Rename load_table_set to just load. Arrange for…
… ItemManager.load to take a tab_name argument so that CSV files can perhaps infer a type name.
Configuration menu - View commit details
-
Copy full SHA for ba8c55c - Browse repository at this point
Copy the full SHA ba8c55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50488cb - Browse repository at this point
Copy the full SHA 50488cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807e525 - Browse repository at this point
Copy the full SHA 807e525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8e81a - Browse repository at this point
Copy the full SHA 2a8e81aView commit details -
Update dcicutils/sheet_utils.py
Co-authored-by: drio18 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 718054a - Browse repository at this point
Copy the full SHA 718054aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582f002 - Browse repository at this point
Copy the full SHA 582f002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d1459 - Browse repository at this point
Copy the full SHA 56d1459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2facf9e - Browse repository at this point
Copy the full SHA 2facf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc4e63 - Browse repository at this point
Copy the full SHA bcc4e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de282e - Browse repository at this point
Copy the full SHA 9de282eView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08d428e - Browse repository at this point
Copy the full SHA 08d428eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ada3f - Browse repository at this point
Copy the full SHA 60ada3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946b998 - Browse repository at this point
Copy the full SHA 946b998View commit details -
Support for coping with .tsv files where trailing whitespace is 'help…
…fully' removed by an editor that doesn't understand such whitespace might be significant in TSVs.
Configuration menu - View commit details
-
Copy full SHA for 36e7de0 - Browse repository at this point
Copy the full SHA 36e7de0View commit details