View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike LaRosa Mike LaRosa is offline
external usenet poster
 
Posts: 1
Default LINQ-to-XML manipulation of Excel Files?

Does anyone have any freely-usable code that manipulates Excel spreadsheets
using LINQ? I am creating a sample that displays the data of a worksheet,
but I was interested in more complex scenarios, especially the gotchas
associated with directly manipulating the underlying values, formulas, and
structure.

- Mike