Changeset 2915238
- Timestamp:
- 05/20/2023 05:57:38 PM (3 years ago)
- Location:
- xlsx-viewer
- Files:
-
- 5 edited
-
tags/1.0.1/XLSXviewer.php (modified) (1 diff)
-
tags/1.0.2/XLSXviewer.php (modified) (1 diff)
-
tags/1.0.2/XLSXviewer_administration.php (modified) (1 diff)
-
trunk/XLSXviewer.php (modified) (1 diff)
-
trunk/XLSXviewer_administration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xlsx-viewer/tags/1.0.1/XLSXviewer.php
r2914512 r2915238 3 3 Plugin Name: XLSX Viewer 4 4 Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge. 5 Version: 1.0. 05 Version: 1.0.1 6 6 Author: Vincenzo Tomai Pitinca 7 7 Author URI: https://www.pitinca.it -
xlsx-viewer/tags/1.0.2/XLSXviewer.php
r2914516 r2915238 3 3 Plugin Name: XLSX Viewer 4 4 Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge. 5 Version: 1.0. 05 Version: 1.0.2 6 6 Author: Vincenzo Tomai Pitinca 7 7 Author URI: https://www.pitinca.it -
xlsx-viewer/tags/1.0.2/XLSXviewer_administration.php
r2914516 r2915238 675 675 $unique_filename = wp_unique_filename( $upload_path, $file_basename ); 676 676 $file_path = $upload_path . $unique_filename; 677 678 679 680 681 677 682 678 if( $file_extension == 'xlsx' ) -
xlsx-viewer/trunk/XLSXviewer.php
r2914516 r2915238 3 3 Plugin Name: XLSX Viewer 4 4 Description: A WordPress plugin that allows users to upload XLSX files and display them on a website page. The plugin converts the uploaded XLSX file into an HTML table and if the file contains multiple sheets, navigation buttons are displayed to switch between sheets. Overall, this plugin provides an easy way for WordPress users to upload and display XLSX files on their website, without requiring any coding or technical knowledge. 5 Version: 1.0. 05 Version: 1.0.2 6 6 Author: Vincenzo Tomai Pitinca 7 7 Author URI: https://www.pitinca.it -
xlsx-viewer/trunk/XLSXviewer_administration.php
r2914516 r2915238 675 675 $unique_filename = wp_unique_filename( $upload_path, $file_basename ); 676 676 $file_path = $upload_path . $unique_filename; 677 678 679 680 681 677 682 678 if( $file_extension == 'xlsx' )
Note: See TracChangeset
for help on using the changeset viewer.