Hi,
we would like to export data in excel and manage with a user interface some changes about format data and more.
Here below a link about our company and a video that explains what we want to aim with XlslO component.
https://www.youtube.com/watch?v=hrLFl1BIvFk
Video is in italian but you can understand with the image what we want to do.
We would like to know if it is possible to reach same features with your component?
I can also send you a pdf file that shows the result, but i don't see the possibility to attach a file in edit ticket.
Best regards
Gian Piero Truccolo
|
Query |
Response |
|
we would like to export data in excel and manage with a user interface some changes about format data and more.
Here below a link about our company and a video that explains what we want to aim with XlslO component.
Video is in italian but you can understand with the image what we want to do.
We would like to know if it is possible to reach same features with your component? |
We have gone through and managed to get some information through subtitles from the video, though it is in Italian. What we understood is, similar to the document processing in the video, you are expecting to load Excel document into an Editor and edit it.
Our Excel library (Syncfusion XlsIO), has all these functionalities from code.
If you are expecting a Spreadsheet editor, you can check our Syncfusion Spreadsheet Control.
|
|
I can also send you a pdf file that shows the result, but i don't see the possibility to attach a file in edit ticket. |
Currently we are allowing the file upload formats(.Zip, .rar & .7z) of a maximum 30MB size in the forums during creation and reply. We don’t allow the option to upload the files in edit option.
Please zip your PDF file and compress below 30 MB and upload the file or if the size exceeds share the file using Google drive or drop box link of your convenience in your next update, if needed. |
|
S.No. |
Requirement |
Help Link / Code Snippet | |
|
1. |
Change or set font name, font size, font style and font color for a cell or range of cells |
||
|
2. |
Change or set border style for a cell or range of cells |
||
|
3. |
Resize the column width |
The following link explains to resize single column.
Please follow this below link to know about resizing a range of columns.
| |
|
4. |
Hide the column
|
This can also be achieved by setting the Column Width as “0”.
Code Snippet:
| |
|
5. |
Modify the cell value |
||
|
6. |
Header Style |
||
|
7. |
Insert picture and modify its properties |
||
|
8. |
Change or set font name, font size, font style and font color for page footer
|
Kindly look into the following code snippet.
Code Snippet:
|