putting excel sheet in wordpress blg

freejobalerts

Regular Member
Joined
Nov 21, 2025
Messages
247
Reaction score
41
kindly dont dm me for paid solutions and dont give chatgot solutions
plz give plugin or trick

I have rank list in varipis categories

7 excel sheet of 100 row each
I want to put them n wordpress blog and people will use combo of roll and dob then only earchable

any idea hw toa chive it
 
kindly dont dm me for paid solutions and dont give chatgot solutions
plz give plugin or trick

I have rank list in varipis categories

7 excel sheet of 100 row each
I want to put them n wordpress blog and people will use combo of roll and dob then only earchable

any idea hw toa chive it
with the limitation of having limited information, it is better to use a plugin; however, the issue here lies in coming up with the criteria for searching. The best idea would be to transfer the information in my own table and make AJAX filters on search.
 
The WordPress form plugin that you can use is Formidable Forms or Gravity Forms after importing the Excel data to your own database. The search will be for Roll Number and Date of Birth, returning just one match.
 
Use Search & Filter Pro or JetEngine to create a searchable database.Import all 7 Excel sheets as a custom post type (or database table).Add two search fields: Roll No + DOB.Show the result only when both fields match.
 
this can be done by not importing the excel file. Instead, the file should be imported to a proper table and the search form should be created with criteria as roll number and DOB.
dont want to create sep 7 db fr categry wise search
 
For this volume of information, it will be better not to store this information in Excel format. Import all sheets into a special database table and use a search form by DOB and roll number. The process can be done either using WP Data Tables plugins or even via WP queries with ACF.
 
The Excel data can be imported into a custom post type or database table and searched with the help of a search/filter plug-in for custom fields. For instance, the combination of WP All Import with FacetWP/Search & Filter Pro can perform a roll, DOB search without creating thousands of pages
It is not recommended to store all data in posts if the data is huge; a custom table would work better.
 
Import the excel data into a database table and use a search/filter plugin.
tablepress or a custom query should work for this.
 
Don’t embed the Excel sheets as normal tables, because the full rank list may still be visible in the page source. Import the sheets as CSV into a database and use the free Participants Database WordPress plugin. Create fields for roll number, DOB, category, rank, etc., then make a search form requiring both roll number and DOB before showing a matching record.

Keep DOB formatted consistently, and don’t display the complete database publicly. For only 700 rows, this should work fine without a paid plugin.
 
kindly dont dm me for paid solutions and dont give chatgot solutions
plz give plugin or trick

I have rank list in varipis categories

7 excel sheet of 100 row each
I want to put them n wordpress blog and people will use combo of roll and dob then only earchable

any idea hw toa chive it
avoid the use of Excel as the front end. the data must be exported to a real table or database, whereupon a look-up should be made based on Roll No & DOB.
 
Back
Top