https://issues.apache.org/bugzilla/show_bug.cgi?id=57288
Simon Tan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #8 from Simon Tan <[email protected]> --- iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.PrintArea = "" iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.Zoom = false iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.ScaleWithDocHeaderFooter = true iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.PrintQuality = 600 iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.PaperSize = 8 //xlPaperA3 iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.Orientation = 2//xlLandscape iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.FitToPagesWide = 1 iExcel.ActiveWorkbook.WorkSheets.Item[1].PageSetup.FitToPagesTall = 99 In .Net , Setting above parameter is ok , so this is not a problem. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
