XLSX+ Editor Help

Welcome to XLSX+ Editor – a powerful spreadsheet tool designed for efficient data management, analysis, and reporting. This guide covers the essential features to get you started quickly.

1. Interface Overview

Main Window Layout

AreaDescription
Title BarShows the current file name and the program name.
Menu BarContains File, Edit, View, Insert, Format, Data, Tools, and more.
ToolbarQuick icons for New, Open, Save, Undo, Redo, Sum, Sort, etc.
Formula BarDisplays the content or formula of the active cell; you can also enter/edit here.
Spreadsheet GridRows (1, 2, 3…) and columns (A, B, C…) where you enter data.
Sheet TabsAt the bottom – switch between sheets (Sheet1, Sheet2…). Rename, add, or delete sheets here.
Status BarShows Ready, quick statistics (Sum, Average, Count), and view buttons.

2. Workbook and Sheet Basics

New, Open, and Save

  • NewFile > New > Spreadsheet or press Ctrl+N.
  • OpenFile > Open or Ctrl+O – supports .xlsx.xls.ods, and other formats.
  • SaveFile > Save / Save As or Ctrl+S. Default format is .xlsx for broad compatibility.

Sheet Management

  • Rename: Double‑click a sheet tab, type the new name, and press Enter.
  • Add/Delete: Click the + icon next to tabs to add a sheet; right‑click a tab and choose Delete Sheet.
  • Move/Copy: Drag a tab to reorder, or right‑click and select Move/Copy to another workbook.

3. Working with Cells

Selecting Cells

  • Click any cell to select it; typing replaces the existing content.
  • Drag to select a contiguous range (e.g., A1:C10).
  • Hold Ctrl while clicking to select multiple non‑adjacent ranges.

Entering and Editing Data

  • Enter: Select a cell, type text, numbers, or dates, and press Enter to confirm.
  • Edit: Double‑click the cell or select it and edit in the Formula Bar.
  • Clear: Press Delete to clear content only; press Backspace to enter edit mode and delete characters.

AutoFill (Quick Fill)

  • Select a cell or range that contains a starting value (e.g., a number, date, or text pattern).
  • Drag the small black square at the bottom‑right corner of the selection down or across to fill a series (sequential numbers, dates, months, etc.).

4. Formatting Data

Cell Formatting (Font, Alignment, Borders, Background)

  • Select cells, then go to Format > Cells (or right‑click and choose Format Cells).
  • In the dialog, you can set:
    • Numbers: Currency, percentage, date, text, etc.
    • Font: Typeface, size, bold/italic, color.
    • Alignment: Horizontal/vertical alignment, text wrapping, merging cells.
    • Borders: Inner/outer borders and line styles.
    • Background: Fill color for cells.

Merge and Center

  • Select multiple cells and click the Merge & Center button on the toolbar (or Format > Merge Cells).

Adjust Row/Column Size

  • Drag the dividers between row numbers or column letters manually.
  • Double‑click a divider to auto‑fit the row/column to its content.

5. Formulas and Functions – Basics

Formula Rules

  • All formulas start with an equals sign (=).
  • Operators: + (add), - (subtract), * (multiply), / (divide), ^ (power).
  • Cell references: use A1B2, etc. Supports relative (A1), absolute ($A$1), and mixed references.

Common Functions

Click the Function Wizard button (fx) next to the Formula Bar to search and insert functions. Here are the most frequently used ones:

FunctionPurposeExample
SUMSum of a range=SUM(A1:A10)
AVERAGEAverage of values=AVERAGE(B1:B10)
MAX / MINMaximum / Minimum=MAX(C1:C10)
COUNTCount numbers=COUNT(D1:D10)
COUNTACount non‑empty cells=COUNTA(E1:E10)
IFConditional logic=IF(A1>60,"Pass","Fail")
VLOOKUPVertical lookup=VLOOKUP(lookup_value, range, col_index, 0)

Quick Sum

  • Select a range of numbers and click the Sum icon (Σ) on the toolbar. XLSX+ Editor will automatically create a SUM formula at the bottom or right of the selection.

6. Sorting and Filtering Data

Sorting

  • Select your data range (including headers if any).
  • Go to Data > Sort.
  • Choose the column to sort by, and select Ascending (A→Z) or Descending (Z→A).
  • You can add multiple sort levels (e.g., first by Column A, then by Column B).

AutoFilter

  • Select the data range and click Data > AutoFilter.
  • Drop‑down arrows appear on each column header. Use them to filter by text, numbers, or colours, showing only rows that meet your criteria.

Advanced Filter (Remove Duplicates)

  • Use Data > More Filters > Advanced Filter to apply complex conditions or extract unique values.

7. Creating Charts

Insert a Chart

  1. Select the data range you want to visualise (include row/column labels if needed).
  2. Click Insert > Chart.
  3. Choose a chart type (Column, Line, Pie, Bar, Scatter, etc.).
  4. Follow the wizard to set data range, series, titles, axis labels, etc.
  5. Click Finish – the chart is embedded in your sheet.

Editing a Chart

  • Double‑click the chart to enter edit mode, where you can change type, data range, colours, fonts, legend, etc.
  • Right‑click individual chart elements (title, legend, axis) for quick formatting options.

8. Page Setup and Printing

Page Layout

  • Go to Format > Page to set paper size (A4, Letter, etc.), margins, and orientation (Portrait/Landscape).
  • Use View > Page Break Preview to see and manually adjust page breaks.

Print Area and Repeat Headers

  • Set Print Area: Select the range you want to print, then Format > Print Area > Set.
  • Repeat Headers: In Format > Page > Sheet tab, set “Repeat rows” or “Repeat columns” so that headers appear on every printed page.

Print

  • Click File > Print (or Ctrl+P), preview your document, and send to your printer.

9. Data Protection and Sharing

Protect a Sheet

  • Go to Tools > Protect Document > Protect Sheet. Set a password to restrict editing, formatting, and other actions.
  • To allow editing in certain cells, first unlock them: select those cells, right‑click > Format Cells > Protection tab, and uncheck “Locked”. Then protect the sheet.

Protect Workbook Structure

  • Use Tools > Protect Document > Protect Workbook to prevent others from adding, deleting, or renaming sheets.

10. Import and Export

Import Data

  • Supports CSV, text files, databases, etc.
  • Go to Insert > Import from File or use Data > From Text/CSV.
  • During import, choose the delimiter (comma, tab, etc.) and encoding (e.g., UTF‑8).

Export to Other Formats

  • Use File > Save As to export as PDF, CSV, HTML, ODS, and many other formats for sharing or publishing.

11. Quick Reference – Keyboard Shortcuts

ActionShortcut
New WorkbookCtrl + N
Open FileCtrl + O
SaveCtrl + S
UndoCtrl + Z
RedoCtrl + Y
CutCtrl + X
CopyCtrl + C
PasteCtrl + V
Select All (current sheet)Ctrl + A
Find / ReplaceCtrl + F / Ctrl + H
Insert Current DateCtrl + ;
Insert Current TimeCtrl + Shift + ;
Edit Active CellF2
Recalculate All FormulasF9
Scroll to Top