GithubHelp home page GithubHelp logo

Comments (17)

AliveDD avatar AliveDD commented on June 20, 2024

i dont know how it resolve, i make some duct tape
make shadow div, for temp table content

screen shot 2016-06-30 at 15 37 11

from jquery-table2excel.

rainabba avatar rainabba commented on June 20, 2024

If you can provide a jsFiddle example or such, I could check it out. Without seeing your markup, I can't really say what might be happening.

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

im try today

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

JSFIDDLE link

fileext, exclude_img, exclude_links — Not working

screen shot 2016-07-04 at 15 02 46

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

fileext not work, but im rename extension manually to .xls for test

from jquery-table2excel.

ubeyou avatar ubeyou commented on June 20, 2024

try js file from dist instead of src. src does not include the exclude img functionality.

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

dist file dont help us
im edit /demo file, and include input, link, and img
Exporting don't remove this

html:
screen shot 2016-08-15 at 12 40 49

xls:
screen shot 2016-08-15 at 12 41 25

from jquery-table2excel.

ubeyou avatar ubeyou commented on June 20, 2024

Sorry, this is the dist file you need. https://github.com/rainabba/jquery-table2excel/blob/8bbfca41abf4457200bca96134d8b756d3d56837/dist/jquery.table2excel.js

Apparently the latest commit removed the exclude feature.

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

with this .js app totally doesnt work
see link

from jquery-table2excel.

ubeyou avatar ubeyou commented on June 20, 2024

set the extension of the excel to .xls instead of .xlsx should works.

from jquery-table2excel.

AliveDD avatar AliveDD commented on June 20, 2024

with .xlsx we are get error
screen shot 2016-08-15 at 14 17 38

from jquery-table2excel.

ezequielprieto avatar ezequielprieto commented on June 20, 2024

I'm using the last dist file and I have changed this lines:

$(o).find("tr").not(e.settings.exclude).each(function (i,o) { tempRows += "<tr>" + $(o).html() + "</tr>"; });

for:
$(o).find("tr").not(e.settings.exclude).each(function (i,o) { if(e.settings.exclude_img){ $(o).find('img').remove(); } if(e.settings.exclude_links){ $(o).find('a').contents().unwrap(); } tempRows += "<tr>" + $(o).html() + "</tr>"; });

That solves the problem with images and links.

from jquery-table2excel.

mparini2107 avatar mparini2107 commented on June 20, 2024

It did not work for me :(

from jquery-table2excel.

ezequielprieto avatar ezequielprieto commented on June 20, 2024

@mparini2107 you can download my whole file from here:
https://raw.githubusercontent.com/ezequielprieto/jquery-table2excel/master/dist/jquery.table2excel.js

from jquery-table2excel.

mparini2107 avatar mparini2107 commented on June 20, 2024

@ezequielprieto 404 not found

from jquery-table2excel.

rdmordido avatar rdmordido commented on June 20, 2024

@rainabba - Me too having issue with including/displaying images on my table to an excel.
I am using dist ver 1.1.1. Do you have demos or examples how to do this? Thanks!

from jquery-table2excel.

ezequielprieto avatar ezequielprieto commented on June 20, 2024

@mparini2107 sorry for the delay here is a pastebin of the correct file https://pastebin.com/M5EAGTYd

@rdmordido this fix works fine for me.

from jquery-table2excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.