I want to use PHP to control Excel.
in Delphi I find that can use:
"ExcelApp.ActiveSheet.Used.Range.Copy" or "ExcelApp.ActiveSheet.Range[ 'A1:E2' ].Copy" to copy the selected area,and "ExcelApp.ActiveSheet.Range.[ 'A1' ].PasteSpecial" or "ExcelApp.ActiveSheet.Range.PasteSpecial" to past.
But when I use the :"ExcelApp->ActiveSheet->Range("A1:E2")->Copy;ExcelApp->ActiveSheet->Range->PasteSpecial;"
It can't work ?
🙁
Who can help me !!!!:o
and how the "ExcelApplication1.ActiveSheet.PrintOut" should be write? I want to control with the page number.
Thx