Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 82,064 for

workbook

(0.05 sec)
  1. How to set point as total with C++|Documentation

    In some Excel chart, for example, waterFall chart, you may need to set point as total. This article describes how to use Aspose.Cells with C++ to do it....( u "" ); // Load the workbook Workbook wb ( filePath + u "SampleSheet...( subtotals ); // Save the workbook wb . Save ( filePath + u "output...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  2. 设置列宽为可缩放单位,如em或百分比,使用C++实现|Documentation

    学习如何使用Aspose.Cells for C++将列宽设置为可缩放单位,如em或百分比。...// Load sample source file Workbook wb ( srcDir + u "sampleForScalableCol...SetExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/cpp/set-column-width-t...
  3. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....protected Excel file using the Workbook class Remove the password...Finally, write the output Excel workbook to any file path, or a stream...

    kb.aspose.com/cells/python/how-to-unprotect-exc...
  4. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java....Java to set borders Create a workbook and access a sheet to set...cell range Save the output workbook These steps describe how to...

    kb.aspose.com/cells/java/add-borders-in-excel-u...
  5. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....source file and then use a Workbook class instance for loading...the input CSV file Create a Workbook class object with CSV file...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  6. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...Cells object model using Workbook constructor Save the Excel...PDF via Save method of the Workbook class Sometimes you need to...

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  7. Aspose.Cells for Java 可中断库|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a new Workbook final Workbook wb = new Workbook (); // Get...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  8. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: Workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…... I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions);...var workbook = new Workbook(input); var name = workbook.Worksheets...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  9. 使用C++将工作表范围导出为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表的特定范围导出为图像。...// Create workbook from source file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-range-of-ce...
  10. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook . Access the Cells of the...

    docs.aspose.com/cells/cpp/create-dynamic-charts/