Accessing xlsx in service export directory through activity
I have an excel file stored in the service export directory that I need an activity to access to process when it is run, how would I go about implementing this?
I've seen some posts with similar requirements but they use a PDF instead. I also understand that I have to use PRInputStream? but I am unsure on how the file would be parsed through to the activity and accessed.
Any and all guidance appreciated, thanks!