christhornton555 / clough

A way to convert Excel .xlsx files to web pages
0 stars 0 forks source link

Web table CSS improvements #11

Open christhornton555 opened 2 months ago

christhornton555 commented 2 months ago

Render the table on the web page more like excel renders sheets

christhornton555 commented 1 month ago

// Example usage const originalColor = '#ffcc99'; const darkerColor = darkenHexColor(originalColor, 10); // Darken by 10% console.log(darkerColor); // Logs the new darker color `