Convert XBRL to HTML using C#
Convert XBRL to HTML using C#
XBRL (eXtensible Business Reporting Language) is an XML-based markup language used for standardized business reporting of a company’s financial performance. It provides a way to communicate and exchange business information between business systems. In certain cases, we may need to extract and share XBRL data in an HTML webpage to view in web browsers. In this article, we will learn how to convert XBRL to HTML using C#.