Format HTML Table Cell For Excel Text Formats In ASP.NET

Pada posting Format HTML Table Cell For Excel Text Formats In ASP.NET akan dibahas cara export ke excel untuk gridview.

Pada umumnya tipe data di excel cell akan menyesuaikan dengan format yang ada di gridview. Agar hasil export berupa text, maka kita dapat menambahkan CSS dibawah ini untuk memaksa format cell didalam excel menjadi text.

Dibawah ini adal CSS yang kita tambahkan pada bagian head di HTML body.

<style>
        td
        {
            mso-number-format:"\@";
        }
</style>

Recommended Reading:
The DELETE statement conflicted with the REFERENCE constraint

Semoga posting tentang Format HTML Table Cell For Excel Text Formats In ASP.NET ini dapat bermanfaat.



Salam,

Popular posts from this blog

Permission Rule In SharePoint List or Library

Audits Or Change Data Capture In SQL Server

Login failed for user (Microsoft SQL Server, Error: 18456)