function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Super User ALTENSuper User ALTEN 

Custom Visualforce Page like a file excel

I have a custom application in my org. I would like to manage data entry within pagablocktable in Visualforce Page interface, like a file excel (such as the copy of the value of a cell with a drag and copy solution).
Is there a way to make this operation?

Thank you in advance
pconpcon
As a friend of mine says "everywhere is within walking distance if you have the time."  Yes you can do this in Salesforce.  Is it going to be easy? Absolutely not.  This would require using a Javascript library (like handsontable [1]) and including that in your Visualforce page.  Then using a custom controller with RemoteAction [2] or something like ngForce [3] to do your bidirectional data sync.  There might be an appexchange / lightning app out there that does this, but I was unable to find something.

[1] http://handsontable.com/
[2] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_js_remoting.htm
[3] https://github.com/noeticpenguin/ngForce