in reply to Re^9: Delete entire row without using Win32::OLE
in thread Delete entire row without using Win32::OLE

I am getting the values which cell does not contains formulae. As you said I am trying to open my excel and save it through perl. Through `libreoffice --calc test.xlsx` we can open the file. But I dont know how to save. After saving we can kill the process through pid. I dont know that it is correct way or not. Tell me if you know how to save .xlsx through command line

  • Comment on Re^10: Delete entire row without using Win32::OLE