javascript - excel export in server side vs client side -


what pros/cons of exporting excel server side , client side?

i know, depends on situation, want know exact risks using one?

i have java/angularjs(with restful ws) app shows datatables in client side. need excel export functionality. normally, best use server side guess(like apache poi). come across js(angularjs) solutions. before hard export excel client side(needed flash). , rising power of client side coding , html5 there many plugins exporting excel in client side.

and wonder if time use client side, , adventages styling , network traffic decrease. suggestions?

usually, download client side flash security issue. in html5 can use downloadproperty of <a>but not compatible in browser. think actual best way (for cross browser) download server side.

see more w3school


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -