html - Can I get data in 'display:table'd divs into Excel correctly -


i have series of divs organized in neat table format using display: table, table-row , table-cell rules. looks great, i've been asked support users want copy text , paste excel. in past, we've had similar reports rendered in plain html tables (tr, td etc) , guess excel knows bring in appropriately, styled divs make 1 long column (which not ideal useful report).

is possible without resorting html table?

my question simple "is possible?". have alternative solution, don't want have go down path if there better way.

there not way around - excel doesn't take css layouts account not interpret correctly.

besides, if people copying data excel, suggests me actual tabular data <table> correct way display anyway - why tag exists , still valid in html5.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -