XLSX-Workbook-Class
XLSX-Workbook-Class copied to clipboard
GetNodeAttributeBoolean caused a "column does not accept null values" error
I ran into this a while ago so I forget the circumstances, but this fixed it:
IF EMPTY(lcAttrValue)
*** DH 2024-05-26: return .F. not NULL to prevent "column does not accept null values" errors
* llAttrValue = .NULL.
llAttrValue = .F.