Closed satviksr closed 4 years ago
Setup the basic FileSystem files
The return value of Workbook.open returns Workbook. So I thought it is best to replicate that behavior as well. Should I remove it?
https://docs.microsoft.com/en-us/office/vba/api/excel.workbooks.open#return-value
Previous PR: #1
https://github.com/googleinterns/filesystem-in-appsscript/blob/f0b000e666f6ae3dfe1e8516e194070544ec4fa9/FileSystem/TestFramework.js#L6-L11
todo
https://github.com/googleinterns/filesystem-in-appsscript/blob/f0b000e666f6ae3dfe1e8516e194070544ec4fa9/FileSystem/Workbook.js#L4-L9
https://github.com/googleinterns/filesystem-in-appsscript/blob/d716c1eb17fc99441dad2d79b7868b3ba64f2389/FileSystem/Workbook.js#L4-L9
Setup the basic FileSystem files
The return value of Workbook.open returns Workbook. So I thought it is best to replicate that behavior as well. Should I remove it?
https://docs.microsoft.com/en-us/office/vba/api/excel.workbooks.open#return-value
Previous PR: #1