G
George1776
The OWC11 spreadsheet appears not to support named cells the way Excel
2003 does (or any other way?):
<Cell>
<Data ss:Type="Number">939392</Data>
<NamedCell ss:Name="CustomerID35"/>
</Cell>
Does anyone have another idea as to how I could tag a cell with an ID?
This problem must come up for other people. When a user makes changes
in the spreadsheet control and saves the data back how do you identify
what's what? If I could name my cells or otherwise tag them then I
could use XPath queries to find and identify the important data and
ignore everything else. The NamedCell tag would have been perfect.
Am I going in the wrong direction completely? Is there a better way to
display a spreadsheet to a user, have them make changes, and read it
back in?
Thanks,
George
2003 does (or any other way?):
<Cell>
<Data ss:Type="Number">939392</Data>
<NamedCell ss:Name="CustomerID35"/>
</Cell>
Does anyone have another idea as to how I could tag a cell with an ID?
This problem must come up for other people. When a user makes changes
in the spreadsheet control and saves the data back how do you identify
what's what? If I could name my cells or otherwise tag them then I
could use XPath queries to find and identify the important data and
ignore everything else. The NamedCell tag would have been perfect.
Am I going in the wrong direction completely? Is there a better way to
display a spreadsheet to a user, have them make changes, and read it
back in?
Thanks,
George