Skip to main content

All Questions

Tagged with
0 votes
0 answers
33 views

Export Excel Spreadsheet From Website - Python

I am trying to find a way to export a Microsoft Excel spreadsheet (.xlsx) from a website and store locally (to my desktop) or to a database. I am able to parse a URL with tabular content and display/...
mdl518's user avatar
  • 327
0 votes
0 answers
18 views

Difficulty adding page numbers to printed table using Paged.js without content overflow

I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
Huzaifa Ashfaque's user avatar
0 votes
3 answers
74 views

Flexible width in HTML table

I would like my table to fulfill these properties: The width of the table is 100% of the parent container. All columns width are fit to the maximum column width. The column flex-column takes the ...
nowox's user avatar
  • 28k
-2 votes
2 answers
46 views

Cellspacing and cellpadding in HTML

I want to know about cellspacing and cellpadding in HTML I was coding in vscode so when i tried typing cellspacing it didn't show me as a table attribute.I just started learning HTML so can someone ...
Akira456's user avatar
1 vote
1 answer
24 views

Adding Border Styling to Table Row Headings and Colum Headings

I would greatly appreciate some help with this, if possible. I'm trying to add some global CSS styling to tables that are automatically generated by our company platform's HTML editor, but running ...
VeeSands's user avatar
0 votes
3 answers
68 views

how to make cells in <td> tag

I have a table like this : No Name Product Type Num of Units 1 ADA B112 3 Pcs 2 ADA B253 1 Pcs 3 ADA K23 6 Pcs 4 DUZK l1 10 Pcs 5 DUZK l5 10 Pcs 6 Naro NX 1 Pcs I have this SQL : $query = &...
Ricky Suwandi's user avatar
0 votes
0 answers
28 views

Excel formatting (RowSpan) messed up

I am exporting a HTML Table using this below. var template = `<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns=&...
HumbleGuy97's user avatar
1 vote
0 answers
39 views

HTML table header is not repeat on each while printing

When I set HTML table header height 200px (I think, this depends on browser, you can replicate this by keep increasing the height value), it's not repeated on every page while printing it. Same ...
Dev Murari's user avatar
0 votes
1 answer
56 views

Why does my table header take half the table height in Firefox?

I have a table in HTML: <div style="height: 90vh"> <div style="position: relative; width: 100%; height: 100%"> <table style="height: 100%"> <thead> <...
Sohaib Najjar's user avatar
-1 votes
0 answers
53 views

How to Convert Nested HTML Tables to a Single-Level Table with Dynamic Colspan and Rowspan Using Python?

I am working on a Python project where I need to convert deeply nested HTML tables into a single-level, flat table format. My main challenge is to retain the visual structure of the original nested ...
Rizni Muhammed's user avatar
0 votes
2 answers
48 views

Use thinner borders within td elements inside a colspan th

I have the following HTML table. As you can see I have two columns that have a colspan attribute. I want the td's inside those to have thinner borders, so that users can more clearly see « real » ...
Laurent Dietrich's user avatar
-1 votes
0 answers
41 views

Border-collapse doesn't work in Javadoc. Why?

border-collapse doesn't work in my javadoc /** * Some important documentation. * * <table style="border: 1px solid black; border-collapse: collapse;"> * <tr style="border: ...
demavi's user avatar
  • 197
2 votes
2 answers
130 views

XPath for colspan attribute values as browser understands them?

I have a HTML table with possibly missing or malformed colspan values: <table border="1"> <tbody> <tr> <th>A</th> <th>B</th> <th>C</...
Fravadona's user avatar
  • 15.7k
0 votes
0 answers
13 views

Subtracting Cell Values

I'm new to all of this so forgive me if this is too basic. I have a table and I'm trying to subtract the contents of "Days Absent" from "Days Present" Any help would be appreciated....
Chad Liberty's user avatar
3 votes
1 answer
39 views

Which Methods/How to replicate this "Price Compare" responsive card layout?

plan comparison desktop: plan comparison mobile: Hi, I am looking for some ideas on ways to design this section of the layout. This section is both in desktop version and mobile (pictures above) It ...
Iggy_1994's user avatar

15 30 50 per page
1
2 3 4 5
821