I'm going to handle the illegal characters (ASCII values below 32) by removing them via regex. (I use Craig Boyd's FLL for that.) My gut is that this should be part of the getxmlstring method which currently handles transforming &, <, >, and ' but for now I'm doing this before passing the data over to VFPXWorkbookXLSX.
↧