Is it possible to set custom property in particular cell in worksheet

Hii team,
i am developing web so i need to add some meta info in particular cell in worksheet but i have not found any properties to add metainfo store in it.
is it possible to set information in particular cell?
if yes, then please share the sample code.
PS : i am able to set via worksheet but i need to add particular cell.

@AlpeshChaudhari12345,

There is no such attribute available in the Cell class. I think for your requirements, you may try to use custom document properties to store (set/get) your desired custom data for your needs. See the document for your reference:

Moreover, you can also implement your needs with a hastable by yourselves.