Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python-docx / features / blk-add-table.feature
Size: Mime:
Feature: Add a table
  In order to fulfill a requirement for a table in a document
  As a developer using python-docx
  I need the ability to add a table

  Scenario: Access a table
     Given a document containing a table
      Then I can access the table

  Scenario: Add a table
     Given a document
      When I add a table
      Then the new table appears in the document