Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

ASP.NET and Excel

Guest
Aug 16, 2008 Aug 16, 2008
Hi all,

I need to make a site that reads the information from a excel file.
How can i do this as easy as possible?
TOPICS
Server side applications
162
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 17, 2008 Aug 17, 2008
LATEST
What problem are you trying to solve? Reading and manipulating an Excel file
on the server is problematic, as you need access to the application object
model or a deep understanding of the file format, essentially writing your
own object model. Loading Excel on the server is not a viable option, as it
is not designed for multi-user access.

There is an Excel server capability with Microsoft Office SharePoint Server
2007, but this seems a bit extreme if you're not dealing with a large number
of files/users. Perhaps there is something you could do on the client side
before you upload the document, such as writing a macro to publish the files
to the server in a different format (.txt, ,.csv, etc) that you can read.

HTH

Steve


"CipherUC" <webforumsuser@macromedia.com> wrote in message
news:g867a9$mk6$1@forums.macromedia.com...
> Hi all,
>
> I need to make a site that reads the information from a excel file.
> How can i do this as easy as possible?


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines