Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When exporting a mapped range in Excel via an XSD schema to XML , this line
in the schema... <xs:element name="available" type="xs:string" default="AV" / usually results in a line like this in the XML file... <availabley</available but if the cell is empty, it results in just.... <available/ (NOTE: default "AV" value ignored) This empty element causes a Java script on the server to quit, so I am looking at all angles to prevent that. From the Excel end: am I using the DEFAULT option correctly? What do I need to do in Excel to tell it to actually replace blank fields with "AV"? This is for a dataset that will have some empty values probably forever, so data validation isn't a convenient option at all, and I'd rather not have the data entry people enter " " or "-" into every blank cell. Thanks for any suggestions. - Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I reset the default pie chart label "Other" to "Equity"? | Charts and Charting in Excel | |||
Pivot tables - how do I change default from "count of" to "sum of" | Excel Worksheet Functions | |||
XSLT XML Mapping Excel "Map Each Element" "XML Source" | Excel Programming | |||
Change default in input box from "20" to "000000"? Have macro continue on to name sheet tab? | Excel Programming | |||
Make "Edit" mode default, rather than "Enter"? | Excel Discussion (Misc queries) |