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
AncaDAncaD 

accessing a static resource from Apex code

Hi,

 

We have some static data in an Excel spreadheet  (3 fields, about 100 rows), which we want to access from the Apex code. Is it possible to use it as a static resource and access the data by column and row? If not, what other possibilities do we have, besides creating an object to hold the data?

 

 

Thank you!