dstream_excel.dstream package¶
Subpackages¶
- dstream_excel.dstream.keepopen package
- dstream_excel.dstream.workbook package
- Submodules
- dstream_excel.dstream.workbook.create module
- dstream_excel.dstream.workbook.exceptions module
- dstream_excel.dstream.workbook.filename module
- dstream_excel.dstream.workbook.functions module
- dstream_excel.dstream.workbook.populate module
- dstream_excel.dstream.workbook.wait module
- Module contents
Submodules¶
dstream_excel.dstream.combine module¶
-
dstream_excel.dstream.combine.
combine_all_datastream_xlsx
(infolder, outpath='all_data.csv', restart=True)[source]¶ Combine populated data in XLSX files into single csv file.
- Parameters
infolder (
str
) – Folder containing populated XLSX filesoutpath (
str
) – Full file path to output csv torestart (
bool
) – Whether to force a restart of combining files. If the process is stopped, it will be continued where it left off if restart=False, and start from the beginning if restart=True.
- Returns
None
dstream_excel.dstream.downloader module¶
-
dstream_excel.dstream.downloader.
populate_all_files_in_folder
(folder, restart=True)[source]¶ Downloads data into Excel files which have been set up with Datastream functions.
Opens excel files which already have Datastream functions, allows the data to populate, checks that it was populated, then closes the file and continues on to the next one.
- Parameters
folder (
str
) – Folder containing Excel files with Datastream functions pre-filledrestart (
bool
) – Whether to force a restart of populating files. If the process is stopped, it will be continued where it left off if restart=False, and start from the beginning if restart=True.
- Returns
None