googleinterns / filesystem-in-appsscript

Apache License 2.0
5 stars 1 forks source link

Feature/file io print #9

Closed satviksr closed 4 years ago

satviksr commented 4 years ago

Implemented VBA Print command

todo[bot] commented 4 years ago

Implement file locking

File locking is not possible in Google Drive but it could be emulated by using PropertyServices.


https://github.com/googleinterns/filesystem-in-appsscript/blob/007b1e517cede988d0389df46c40cc66f41b9299/FileSystem/FileIO.js#L51-L56


This comment was generated by todo based on a todo comment in 007b1e517cede988d0389df46c40cc66f41b9299 in #9. cc @googleinterns.
todo[bot] commented 4 years ago

Use VbaError instead of JS Error

Slight complication as information is lost in VbaError


https://github.com/googleinterns/filesystem-in-appsscript/blob/007b1e517cede988d0389df46c40cc66f41b9299/FileSystem/Print_Util.js#L106-L111


This comment was generated by todo based on a todo comment in 007b1e517cede988d0389df46c40cc66f41b9299 in #9. cc @googleinterns.