Closed satviksr closed 4 years ago
todo
comment in 96fd50d73f47c10b21191114d8d86a01b0500006 in #22. cc @googleinterns.This mapping is very useful as in most cases this will hande most scenarios
todo
comment in bf253c1154d87bbefb1382ae5137de609c36e47f in #22. cc @googleinterns.Tests will be written in the directory API module
todo
comment in 21be4750a339077273a84947cb5c80cd9870a32e in #22. cc @googleinterns.
Fixes #14 Note: There are many TODOs, as they are implemented in the next PR. So it shouldn't be a problem.
Have starting migrating CurrentDirectory calls as well but it is not in this PR.
In VBA
ActiveWorkbook.path
returns thedirectory
of the spreadsheet. This is a heavily used API. The way it works as is below.ActiveWorkbook.path
is stored inDocumentProperties
getActiveWorkbookPath()
returns the workbook path. If it is not present, then a prompt is shown with an error message saying, "Enter local path and try again"Prompt with no error message.
Prompt with error message
Will not allow relative file paths
Windows File Path validation
Unix File Path validation