Home > Back-end >  Java back-end generated excel, how to make the call native excel directly open the browser, rather t
Java back-end generated excel, how to make the call native excel directly open the browser, rather t

Time:11-12


I in Java back-end call poi, generated the excel object,
Before is directly back to the browser, the browser pop-up download prompts to download directly,

Now customers need, first open the generated directly with local excel software of excel, and then make a decision without saving,

So, now is the Java back-end generated excel, how to make the call native excel directly open the browser, rather than go to download le?
Have a great god answer, thank you

CodePudding user response:

I have been using 360 browser Settings, ,
meet your demandOther browsers don't know, you can baidu, don't have to change the code

CodePudding user response:

Converted to PDF or image preview again??????

CodePudding user response:

Check or POI turn HTML baidu

CodePudding user response:

Background will excel data into a JSON to the front, front end use js XLSX. Full. Min. Js can preview on the page and edit the excel, eventually exported as a result, he is just edited, but on the front end edit excel need Active control, IE need to open this control to the user

CodePudding user response:

reference 4 floor yangcrs response:
background will excel data into a JSON to the front, front end use js XLSX. Full. Min. Js can preview on the page and edit the excel, eventually exported as a result, he is just edited, but on the front end edit excel need Active control, IE requires the user to open this control can




Hello, can use this to read and write original Excel, or just apply colours to a drawing table and data

CodePudding user response:

Hello, I have the same demand, want to know whether the problem has been solved, can you tell me the implementation approach

CodePudding user response:

https://handsontable.com/examples? Headers

An open source JavaScript spreadsheet components, can online editing Excel data,
  • Related