HTML Table – Freeze Row and Column with CSS

HTML Table – Freeze Row and Column with CSS

Having a freeze pane effect on HTML Table. Freeze/Fixed/Frozen the Columns and Rows in HTML Table by using CSS. This work was inspired by an article written by Manish Malviya, and I would like to thank for his sharing of freezing the table rows columns at https://blogs.perficient.com/2021/01/18/freezing-row-and-column-in-html-table-using-css/ Video Walkthrough Guide Examples Example 1: As shown…

HTML Table Cell Styling for Excel by using “mso-number-format”

HTML Table Cell Styling for Excel by using “mso-number-format”

HTML CSS table cell styling for manipulating the data format in Excel. Very useful for publishing an Excel document for download. Attribute Description mso-number-format:”0″ NO Decimals mso-number-format:”0.000″ 3 Decimals mso-number-format:”#,##0.000″ Comma with 3 dec mso-number-format:”mm/dd/yy” Date7 mso-number-format:”mmmm\ d,\ yyyy” Date9 mso-number-format:”m/d/yy\ h:mm\ AM/PM” D -T AMPM mso-number-format:”Short Date” 01/03/1998 mso-number-format:”Medium Date” 01-mar-98 mso-number-format:”d-mmm-yyyy” 01-mar-1998 mso-number-format:”Short…