Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: export to pdf, csv and json along with html #19

Open
Tholkappiar opened this issue Jan 17, 2024 · 17 comments
Open

feature: export to pdf, csv and json along with html #19

Tholkappiar opened this issue Jan 17, 2024 · 17 comments
Labels
enhancement New feature or request good first issue Good for newcomers hard

Comments

@Tholkappiar
Copy link
Contributor

Feature Request: Export to PDF/CSV

Description

New feature that allows users to export the displayed data to PDF or CSV directly from the HTML page or form the script itself. This enhancement would provide users with the ability to save and share the information in a convenient and portable format.

Is this PDF/CSV formats or okay for the tool , or if you have any other format suggestions kidly give the response regarding this !

Expected Behavior

  • The export options should include PDF and CSV formats.
  • The exported file should accurately represent the currently displayed data on the HTML page.
@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

Feature Request: Export to PDF/CSV

Description

New feature that allows users to export the displayed data to PDF or CSV directly from the HTML page or form the script itself. This enhancement would provide users with the ability to save and share the information in a convenient and portable format.

Is this PDF/CSV formats or okay for the tool , or if you have any other format suggestions kidly give the response regarding this !

Expected Behavior

  • The export options should include PDF and CSV formats.
  • The exported file should accurately represent the currently displayed data on the HTML page.

Seems useful and interesting feature to add, would you like to work on this?

@Tholkappiar
Copy link
Contributor Author

yes ofcourse , can you provide the export format which will be useful for the users ?

@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

yes ofcourse , can you provide the export format which will be useful for the users ?

In my opinion, pdf will be better option. Also talking about csv it won't take much efforts as we already have option in pandas to do that. You can also go for both option ig.

@ksauraj ksauraj added enhancement New feature or request medium labels Jan 17, 2024
@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

You want this to be assigned under IWOC2024?

@Tholkappiar
Copy link
Contributor Author

Yes ! Under IWOC 2024 !

@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

Yes ! Under IWOC 2024 !

Okay I'm assigning this to you. Btw you can add both the features too, exporting in csv and pdf .

@Tholkappiar
Copy link
Contributor Author

In my opinion, pdf will be better option. Also talking about csv it won't take much efforts as we already have option in pandas to do that. You can also go for both option ig.

Okay sure I will export in csv and in pdf too , i will also try exporting in json , is that okay for you ? consider the difficulty level for this feat issue , Thank you !

@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

In my opinion, pdf will be better option. Also talking about csv it won't take much efforts as we already have option in pandas to do that. You can also go for both option ig.

Okay sure I will export in csv and in pdf too , i will also try exporting in json , is that okay for you ? consider the difficulty level for this feat issue , Thank you !

I hope you won't be using lot of libraries for that, if that's the case I might label it as hard considering you will add all three options.

@ksauraj ksauraj added the good first issue Good for newcomers label Jan 17, 2024
@Tholkappiar
Copy link
Contributor Author

yeah okay , i will take this as challenge and update you ! 👍

@ksauraj
Copy link
Owner

ksauraj commented Jan 17, 2024

yeah okay , i will take this as challenge and update you ! 👍

Lol, All the best

@ksauraj ksauraj added hard and removed medium labels Jan 17, 2024
@ksauraj ksauraj changed the title Feature: Export to PDF/CSV feature: export to pdf, csv and json along with html Jan 17, 2024
@Tholkappiar
Copy link
Contributor Author

Planning to include these libs in the script , is including these libs okay for the script ?
I have to use the fpdf or some libs to export the pdf !

import json
from fpdf import FPDF

@Tholkappiar
Copy link
Contributor Author

correctly exporting csv and json (also structured the json data while generating ), but exporting in pdf format is such a hard thing now , have any ideas regarding this , the text in the pdf is overlaying to other texts (used FPDF library) ?

@ksauraj
Copy link
Owner

ksauraj commented Jan 19, 2024

Planning to include these libs in the script , is including these libs okay for the script ? I have to use the fpdf or some libs to export the pdf !

import json
from fpdf import FPDF

If no other option, use it.

@Tholkappiar
Copy link
Contributor Author

correctly exporting csv and json (also structured the json data while generating ), but exporting in pdf format is such a hard thing now , have any ideas regarding this , the text in the pdf is overlaying to other texts (used FPDF library) ?

Any ideas ?

@ksauraj
Copy link
Owner

ksauraj commented Jan 21, 2024

correctly exporting csv and json (also structured the json data while generating ), but exporting in pdf format is such a hard thing now , have any ideas regarding this , the text in the pdf is overlaying to other texts (used FPDF library) ?

Nah no idea about that, try other libs if available.

@aavvvacado
Copy link
Contributor

I would love to try my hands on it , so could you please assign the given issue under hactoberfest 24 , also do suggests what could be possible approaches , i have read the above comments and thinking to working that in same manner

@ksauraj
Copy link
Owner

ksauraj commented Oct 20, 2024

@aavvvacado thanks for showing your interest, can you please tell how you gonna do it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hard
Projects
None yet
Development

No branches or pull requests

3 participants