Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The PHPExcel module allows developers to export/import data to/from real Excel files.
The idea behind this module is to have a single module for handling the export or import of Excel files, instead of multiple modules handling specific cases.
The 4.0.x version uses the composer to automatically manage dependencies. You just need to use the composer to download this module, it will automatically handle the dependence.
It provides a very simple way for developers to use it.
Path checker allows you to test a list of links (URLs) to make sure they are all accessible. This is especially useful if you are migrating / rebuilding an existing site.
Imagine you are redesigning a Drupal site. Many URLs are going to be changed since you changed the whole structure of the site, so almost none of the URLs will be valid. If you will do nothing, you can loose your SEO points since your content will be gone (from the point of view of the average indexing bot) and your dblog is gonna be flooded by "page not found" warnings for next couple of months. So how to handle the process when you need to manage several thausands of links? Well, now here is a module for that :-)
Typical scenario
Create the list of URLs which you want to test. (if you are migrating from other Drupal site you can install this module there too and use Export feature)
Import the list of these URLs to the Path Checker (one URL per line, absolute or relative).
Run batch checking of the URLs.
Overview the results, set redirects (via Path Redirect module) or create missing pages.
Go to bullet 3 - run batch check again - until all URLs will be fixed.
Recommended modules
Path Checker isn't dependent but make great use of the following modules.
Because i didn't find a way with workflow, action and trigger to send a mail to all the person involved in a node creation when the node is publish, i decide to make this small module.