Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Rebuild/Edit/Clean your Html5 table with simple commands in less than one second.

License

Notifications You must be signed in to change notification settings

rickycorte/Html_Table_Editor

Repository files navigation

Html Table Editor

This program is early development, so expect to find lots of issues and bugs!

You also may expect that some functionalities are missing.

Make sure to check the features list to see the actual status of the development.

Features

  • Custom path for input file
  • Read Html tables from a text/html file
  • Write raw data recovered from a html table
  • Show table properties
  • Protection from null table (no rows/columns)
  • Add columns
  • Remove columns
  • Add rows with cells
  • Add empty rows
  • Remove rows
  • Set content of a column
  • Edit content of a column
  • Set content of a row
  • Edit content of a row
  • Set content of the whole table
  • Edit content of the whole table
  • Set content of a specific cell
  • Edit content of a specific cell
  • Write the table on a new html file
  • Automatic output/WriteRaw after any command
  • Join two rows
  • Join two columns
  • Fill all null cells with empty ones
  • Remove exceding elements in the rows
  • TBD: Set attributes (eg: class) for table tag
  • TBD: Set attributes for tr tags
  • TBD: Set attributes for td/th tags
  • TBD: Alternate attributes set for rows
  • TBD: Alternate attributes set for columns

Download

At the moment I don't offer any binary downloads, you have to compile the code to get the program running. Please check the download page of the wiki.

Build status

Build status

Getting started

Check the commands reference to see the list of all available commands and understand their use.

Reminder

Remember that I develop and test on Windows, I test only major builds on linux, so expect to find any kind of issues of not-major versions.

If you find an issue please report it here. Remember to carefully describe what happened.

#Licence Copyright (c) 2016 RickyCorte

Licenced under Apache 2.0 Licence http://www.apache.org/licenses/LICENSE-2.0

About

Rebuild/Edit/Clean your Html5 table with simple commands in less than one second.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published