-1

I'm trying to display a spreadsheet by uploading the excel document using ej2-syncfusion(spreadsheet), The document is being displayed successfully but I'm not able to copy the index number of the cell. Is there any way I can get the index number when the user copies a certain cell?

This is the output of syncfusion, I want the output as c1-c4 when the user copies the cell

Hasip Timurtas
  • 983
  • 2
  • 11
  • 20

1 Answers1

0

It works for me after adding the following to angular.json

"stylePreprocessorOptions": {
  "includePaths": [
    "node_modules",
    "src/assets/styles"
  ]
Siddhartha Mukherjee
  • 2,703
  • 2
  • 24
  • 29