Hi Team,
Does Aspose.Cells provide redactions or redaction labels?
I have attached a sample GIF file for reference.
redations.gif (705.1 KB)
Hi Team,
Does Aspose.Cells provide redactions or redaction labels?
I have attached a sample GIF file for reference.
redations.gif (705.1 KB)
Thanks for the GIF file.
I don’t think there is any such feature available in MS Excel either. But, I think redacting information in Excel can be achieved through several methods, including formatting cells to appear blank or colored (see the document on how to apply cell shading via Aspose.Cells for Java). So, you can also hide data by formatting cells with custom number formatting (;;;) or by filling them with black color. Alternatively, you may protect the worksheet cells for your needs. By the way, do you need this feature in Aspose.Cells.GridJs, we can look into this feature for GridJs?
@sarathepiq
GridJs has same feature: highlight feature as readactions.
the document is here:
https://docs.aspose.com/cells/net/aspose-cells-gridjs/how-to-use-gridjs-client-api/
Please try the GridJs demo at here:
https://github.com/aspose-cells/Aspose.Cells.Grid-for-.NET/tree/master/Examples_GridJs
Can you please elaborate this functionality , I want to add redaction reasons in ui (in browser) , can you please share s sample video snippet like below attached Gif
redations.gif (705.1 KB)
@sarathepiq
Please try the GridJs demo at here:
after run the project,select highlight demo in the page.
here is the screen record for the highlight demo.
you can set any kinds of color for cellarea,shapes,textbox .
hightlightdemo.gif (928.4 KB)
I am using Grid.js with Aspose.Cells for Python via .NET. Does this release include the same feature?
I want to draw shapes at the UI level and add labels in ui level.
@sarathepiq
GridJs python via .net is also support this feature as the highlight feature is powered by client js.
the apis document for highlight feature is here:
https://docs.aspose.com/cells/net/aspose-cells-gridjs/how-to-use-highlight-api/
the python demo is here:
https://github.com/aspose-cells/Aspose.Cells-for-Python-via-.NET/tree/main/Examples_GridJs_Python_Net
we are sorry,yet we have not included the highlight demo in it.
but actually, this feature is available in python version.
I want to draw shapes at the UI level and add labels in ui level (GridJs python via .net).
Can you please attach a sample video .
@sarathepiq
please see the below screen snapshot
labeldemo.gif (1.9 MB)
Can I add a text in the shapes same like ms excel .
Please refer the attached gif.
shapes.gif (1.5 MB)
Can you please provide the screenshot of textbox shape
Note : I am using grid js aspose cells for python via dotnet…
@sarathepiq
textbox.gif (870.5 KB)
you can open the below sample file which contains textbox shape.
textbox.7z (7.7 KB)
Can we reduce the size of the text box and can we apply the color for the textbox.
@sarathepiq
click mouse right button on the textbox,then you can see you can resize or move the position .
however currently we have not provide change text or background color menus in UI.
but we support highlight the text content via the highlight APIs
Is this available in grid js aspose cell python via dotnet .
@sarathepiq
Yes. It is available in Python via .net.
The UI features is same as we use the same client JS.
Only server-side implementations differ for Java, .NET, and Python via .net.
I am entering text into a cell and applying fill color to the cell in an .xlsx file. Can I add new text on top of the filled color?
Note : Here we don’t want to uses any shapes and controls
We don’t want to use text box controls.
@sarathepiq
you want show extra text at the specific cell ?
For such a case. this text will be overlapping with the cell content.
can you show a snapshot,
We don’t quite understand your requirement.
If using ms excel,how will you do for such scenario,
show me the step one by one.