Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-03-30 10:08 PM
I need to print .xlsx file from printer on trigger as per defined size . Please help me how to add device or what settings required. I have done printing .csv file and also .rtf File (in reports) by using below command in cicode
Exec ("C:\Program Files (x86)\Windows NT\Accessories\wordpad.exe /p C:\Users\Public\LABEL\DATA\CSV_Label.csv",6)
But unable to print .xlsx file
Exec ("C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.exe /p C:\Users\Public\LABEL\TEMPLATE\XLSX_Temlate.xlsx",6)
Please Help
Thankyou in advance
My Email ID chandnikapoor.ck8696@gmail.com
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-02-17 08:41 PM
You'll need to work out a command line to print an Excel file, and then pass it to either the SYSTEM() logic function, or to the System command pick action.
https://stackoverflow.com/questions/46901160/how-to-print-excel-by-command-line
You could instantiate an Object instance for Excel within ViewX... but that requires a client to do it... so it's not applicable for 'on a trigger'.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.