search
HomeSoftware TutorialOffice SoftwareExcel file suffered damage
Excel file suffered damageJan 04, 2024 am 10:36 AM
How to delete damaged tableexcel file is corruptedHow to delete corrupted table in iq database

Excel file is damaged

1: Manual processing

1. Enter Word, select "All Files" in "File/Open/File Type", and specify the .xls file to be repaired. After opening, if Excel has only one worksheet, it will be automatically installed in the form of a table. When entering Word, if the file is composed of multiple worksheets, only one worksheet can be opened at a time.

2. Delete the damaged part of the data in the file.

3. Select the table with the mouse, select "Convert Table to Text" in the "Table" menu, and select the "," delimiter or other delimiter.

4. Save it as a text file .txt.

5. Open the text file directly in Excel and save it as an Excel file with another name.

Note: This repair method is implemented by using Word's function of directly reading Excel files. This method is more effective when the file header is not damaged, but the file content is damaged. If the file header is damaged, Excel file, this method may not be successful and other methods must be resorted to.

2: Use Excel Repair Tool

There are quite a few repair tools, such as excel recovery or office fix. You can come down and have a look.

How to delete damaged tables in IQ database

(1) Restart the server

start_asiq -n bad_db_server -x 'tcpip{port=xxx}' -gm 1 -gd dba bad_db.db

In this command line, -gm 1 only allows one user to connect, and -gd only allows DBA access. When an object is forcibly deleted, other users must be prohibited from connecting.

Explanation: bad_db_server is the damaged IQ Server, and its name is the engine name specified by the -n parameter in the .cfg file bad_db.db is the catalog db name of the damaged IQ database (2) Turn on the temporary option FORCE_DROP to ON:

set temporary option FORCE_DROP = 'ON'

(3) Delete all inconsistent objects

Use DROP TABLE to damage the table. Do not execute any other DDL or DML commands before restarting the server.

(4) Restart the server

You can restart the server with the -iqdroplks option to recover the leaked space and modify the allocation map to the correct state.

start_asiq -n bad_db_server -x 'tcpip{port=xxx}' -iqdroplks bad_db bad_db.db

You need to specify the database name twice. The former is used by the -iqdroplks option, and the latter specifies the database to be started.

(5) Run sp_iqcheckdb

sp_iqcheckdb 'allocation database'.

This step uses the calculated allocation map to reset the database allocation map.

If no errors occur during the execution of the above stored procedure, it will display the "Freelist Updated" message, indicating that the recovery of the leaked space has been completed

(6) Issue a checkpoint

That is, execute the checkpoint statement

(7) Use common method to stop the server

(8) Use the normal method to start the server, and normal operations can be performed after startup.

How to delete damaged table space in oracle

oracle10g has a recycle bin function. When we delete a table, we do not actually delete the table completely. Instead, we put the table into the recycle bin. Finally, a bunch of strange table names appear: BIN$2cMp4FjwQ2Cw3Lj BxLYTw==$0

The clearing method is as follows:

purge table original_tableName;

purge index original_indexName;

To query spam information, you can use the following SQL statement:

SELECT t.object_name,t.type ,t.original_name FROM user_recyclebin t;

Now I find that there is this command:

PURGE recyclebin;

It’s not as complicated as the above. hehe!

Another way to delete a Table without entering Recycle:

drop table tableName purge;

EXCEL file damage

1. In EXCEL, click the menu File >> Open >> Select this file >> The drop-down arrow next to the button "Open" >> Open and repair, give it a try

2. See if other repair tools such as EasyRecovery or EXCELFIX can repair it again

Concept Data Company provides a repair tool specifically designed to repair damaged Excel files

The recovery tool ExcelRecovery can recover Excel 5.0/97/2000 files

For complex processing, you can first download the free demo version of the software for trial use, which is only 674KB. soft

After the software is installed, the Excel repair program can be automatically added to the Excel application, in "

There is an additional "Recovery" option under the "File" menu. If there are damaged files, you can use

This option is repaired.

>>>>Usage is:

>>>>1. Open Excel;

>>>>2. Click the "Recover" option under the "File" menu, Excel Recovery will

The dialog box will open;

3. Specify the Excel file to be repaired, and then press the [Recover] button;

>>>>4. Automatic repair;

>>>>5. Save as a new file name to complete the file repair work.

>>>>Note: This demo version can only repair ordinary files and cannot repair files with Visual Basic

Code, charts and Excel files containing passwords. If you need to repair these files, you need to pay Mimi to register.

>>>>I have used it several times and it can basically be fixed.

3. If it still doesn’t work, you can use Notepad to open it and sort out the remaining data

If I can’t repair it, I really have no choice. I’ll pay more attention to backup in the future. Don’t force quit when operating the worksheet, such as when saving the worksheet.

The above is the detailed content of Excel file suffered damage. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
How to Reduce the Gaps Between Bars and Columns in Excel Charts (And Why You Should)How to Reduce the Gaps Between Bars and Columns in Excel Charts (And Why You Should)Mar 08, 2025 am 03:01 AM

Enhance Your Excel Charts: Reducing Gaps Between Bars and Columns Presenting data visually in charts significantly improves spreadsheet readability. Excel excels at chart creation, but its extensive menus can obscure simple yet powerful features, suc

5 Things You Can Do in Excel for the Web Today That You Couldn't 12 Months Ago5 Things You Can Do in Excel for the Web Today That You Couldn't 12 Months AgoMar 22, 2025 am 03:03 AM

Excel web version features enhancements to improve efficiency! While Excel desktop version is more powerful, the web version has also been significantly improved over the past year. This article will focus on five key improvements: Easily insert rows and columns: In Excel web, just hover over the row or column header and click the " " sign that appears to insert a new row or column. There is no need to use the confusing right-click menu "insert" function anymore. This method is faster, and newly inserted rows or columns inherit the format of adjacent cells. Export as CSV files: Excel now supports exporting worksheets as CSV files for easy data transfer and compatibility with other software. Click "File" > "Export"

How to Use LAMBDA in Excel to Create Your Own FunctionsHow to Use LAMBDA in Excel to Create Your Own FunctionsMar 21, 2025 am 03:08 AM

Excel's LAMBDA Functions: An easy guide to creating custom functions Before Excel introduced the LAMBDA function, creating a custom function requires VBA or macro. Now, with LAMBDA, you can easily implement it using the familiar Excel syntax. This guide will guide you step by step how to use the LAMBDA function. It is recommended that you read the parts of this guide in order, first understand the grammar and simple examples, and then learn practical applications. The LAMBDA function is available for Microsoft 365 (Windows and Mac), Excel 2024 (Windows and Mac), and Excel for the web. E

If You Don't Use Excel's Hidden Camera Tool, You're Missing a TrickIf You Don't Use Excel's Hidden Camera Tool, You're Missing a TrickMar 25, 2025 am 02:48 AM

Quick Links Why Use the Camera Tool?

Microsoft Excel Keyboard Shortcuts: Printable Cheat SheetMicrosoft Excel Keyboard Shortcuts: Printable Cheat SheetMar 14, 2025 am 12:06 AM

Master Microsoft Excel with these essential keyboard shortcuts! This cheat sheet provides quick access to the most frequently used commands, saving you valuable time and effort. It covers essential key combinations, Paste Special functions, workboo

Use the PERCENTOF Function to Simplify Percentage Calculations in ExcelUse the PERCENTOF Function to Simplify Percentage Calculations in ExcelMar 27, 2025 am 03:03 AM

Excel's PERCENTOF function: Easily calculate the proportion of data subsets Excel's PERCENTOF function can quickly calculate the proportion of data subsets in the entire data set, avoiding the hassle of creating complex formulas. PERCENTOF function syntax The PERCENTOF function has two parameters: =PERCENTOF(a,b) in: a (required) is a subset of data that forms part of the entire data set; b (required) is the entire dataset. In other words, the PERCENTOF function calculates the percentage of the subset a to the total dataset b. Calculate the proportion of individual values ​​using PERCENTOF The easiest way to use the PERCENTOF function is to calculate the single

How to Create a Timeline Filter in ExcelHow to Create a Timeline Filter in ExcelApr 03, 2025 am 03:51 AM

In Excel, using the timeline filter can display data by time period more efficiently, which is more convenient than using the filter button. The Timeline is a dynamic filtering option that allows you to quickly display data for a single date, month, quarter, or year. Step 1: Convert data to pivot table First, convert the original Excel data into a pivot table. Select any cell in the data table (formatted or not) and click PivotTable on the Insert tab of the ribbon. Related: How to Create Pivot Tables in Microsoft Excel Don't be intimidated by the pivot table! We will teach you basic skills that you can master in minutes. Related Articles In the dialog box, make sure the entire data range is selected (

How to Use the GROUPBY Function in ExcelHow to Use the GROUPBY Function in ExcelApr 02, 2025 am 03:51 AM

Excel's GROUPBY function: Powerful data grouping and aggregation tools Excel's GROUPBY function allows you to group and aggregate data based on specific fields in a data table. It also provides parameters that allow you to sort and filter the data so that you can customize the output to your specific needs. GROUPBY function syntax The GROUPBY function contains eight parameters: =GROUPBY(a,b,c,d,e,f,g,h) Parameters a to c are required: a (row field): A range (one column or multiple columns) containing the value or category to which the data is grouped. b (value): The range of values ​​containing aggregated data (one column or multiple columns).

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function