PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, October 5, 2022

[FIXED] How to send Excel document to the printer in PHP?

 October 05, 2022     excel, javascript, php, phpexcel     No comments   

Issue

I created Excel document with phpexcel library. But I could not printed with printer. How can I send this document to printer with phpexcel or PHP or JavaScript?


Solution

Short answer: You can't. All you do with PHPExcel is to actually write a file to the File-System. Sending a Print-Request to the printer needs to be done by excel and thus by the user himself.



Answered By - David Losert
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing