When the capital gain is NULL (for USDC for example), or 0, the generated Excel file contains '0.0' in that cell, which does not match with all languages. Example: some languages have commas instead of dots for separator, so it should be '0,0'. To resolve the problem, instead of hardcoding '0.0', hardcode to '0' only. Pass this to the development team.