I am trying to create a workbook in Excel using Spreadsheet::WriteExcel and I want to make it shared from the start. Does anyone know of the function call to do that? Alternately this can be done through Win32::OLE as I use that module later in the same script, however I don't know the call to set "Share Workbook" in OLE either.
Thanks in Advance.