• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Access an 'Excel Document' in the 'Sharepoint' site, from my 'Spring Application'

 
Ranch Hand
Posts: 36
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to access an 'Excel Document' in the 'Sharepoint' site, from my 'Spring Application'.

But, to open the excel document, the user has to type in the 'user name' and the 'password'. is there way to open a 'stream' (FileInputStream/OutputStream) with this file, in sharepoint??

I'm planning to use a JExcelApi to read and write the document. is there a better way to do for an Excel document in the sharepoint.

I'm thinking of WebServices. is there a way in Web services to send the Username and password to the document??

Thanks,
Paul
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic