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

SmartObject property ID is a required property for selected method Create. Value must be set.

Cara inject USB 3.0 Driver pada instalasi Windows - How to Inject USB 3.0 Driver in Windows 7

Python Font Color in Console