2
Is it possible for me to "pre-set" the orientation of the page, when the user is already printing is marked as landscape? (Landscape)
My case is the following, I’m code similar to this example
http://programacion.net/articulo/exportar_tablas_html_a_excel_con_php_y_jquery_445
I’m exporting my own HTML for Excel and in this part it is all ok, but the user does not want to lose his precious seconds configuring the page there in Excel printer properties, he wants to print the page already oriented as "landscape"(Landscape) has as using some language of those cited ?
I do not think it is possible to configure the
xls
for printing in orientationlandscape
.– KaduAmaral
What if you use the Phpexcel Library ? Comes with plenty of configuration options, including page orientation.
– Diego Souza
@Diegosouza I saw this solution but I didn’t want to add 228 Files and 54 Folders to my project just because a user wants the page of ladinho....
– SneepS NinjA
Does it have to be Excel? Because Voce could make a boot to download excel that would generate your file and another to display in the browser that would use html even, in this could use CSS.
– Guilherme Nascimento
@Guilhermenascimento does not need to be in excel, I ended up opting for another solution even, thanks
– SneepS NinjA