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

Add Description in Generated Sample Excel File #786

Open
chavda-bhavik opened this issue Sep 8, 2024 · 0 comments · May be fixed by #803
Open

Add Description in Generated Sample Excel File #786

chavda-bhavik opened this issue Sep 8, 2024 · 0 comments · May be fixed by #803

Comments

@chavda-bhavik
Copy link
Member

Is your feature request related to a problem? Please describe.
Developers can provide description for column while creating or modifying column. They can click on edit to open column modal or they can click validations (while adding column) to add description in column. The description get's shown in review step,
image
But users add data in excel, so showing description there become necessary.

We need to show this kind of card when user hover over star or red point,
image

We can see it live in this sample file,
temperature-small_export.xlsx

We're using xlsx-populate to generate Excel file and sheetjs to parse an Excel file.

Describe the solution you'd like

  • When developer provides description, the description should be shown as card in excel.
  • The generated excel should be compatible with Microsoft Office, Libre office calc and MacOS Numbers. (I can help with testing)

Additional Context

  • Whenever schema is updated following function get's called in backend to generate excel file,

https://github.com/implerhq/impler.io/blob/next/apps/api/src/app/shared/services/file/file.service.ts#L72

@chavda-bhavik chavda-bhavik changed the title Add Description in Generated Add Description in Generated Sample Excel File Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant