Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 102,524 for

workbook

(0.18 sec)
  1. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  2. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...file selected – create a new workbook } let wb ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/line-break...
  3. 边框设置|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框的宽度、样式和颜色,可以更好地控制单元格的外观和表现。...Cells提供了 Workbook 类,代表一个Microsoft Excel文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/cells-b...
  4. 通过C++在Node.js中将VBA证书导出到文件或流|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将VBA数字证书导出到文件或流。访问VBA数字证书的原始数据。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sampleVBAProjectSign...

    docs.aspose.com/cells/zh/nodejs-cpp/export-vba-...
  5. Advanced Protection Settings since Excel XP wit...

    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....File menu, select Protect Workbook followed by Protect Current...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/javascript-cpp/advanced-p...
  6. How to Manage Dates and Times with C++|Document...

    Learn how to manage dates and times through the Aspose.Cells for C++ API....date system is used in the workbook by default. The 1904 date...date system in the workbook, set the Workbook::GetSettings().SetDate1904(true)...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  7. Excel to TIFF - Bland and White & color output ...

    Environment: Aspose.Cells Version: 24.8.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: Excel → Multi-page TIFF Image Type: Color input files Issues Observed: Color Image Sheets Not Converti…...Converting Properly: When the Excel workbook contains colored shapes, logos...missing compared to the original workbook. Final TIFF Output Always...

    forum.aspose.com/t/excel-to-tiff-bland-and-whit...
  8. How to Generate Excel File in Java

    In this step by step tutorial you will learn how to generate Excel file in Java. These steps are same for Linux, macOS and Windows operating systems....all the data is filled, the workbook can be saved into any format...project Add a reference to Workbook , Worksheet , and Cells classes...

    kb.aspose.com/cells/java/how-to-generate-excel-...
  9. How to Change CSV to PDF in Java

    This short tutorial provides details about how to change CSV to PDF in Java. You can convert a file from CSV to PDF in Java using a few lines of code in Windows, Linux or macOS....CSV file is loaded into a Workbook class object along with the...PDF in Java by saving the Workbook object as PDF along with the...

    kb.aspose.com/cells/java/how-to-change-csv-to-p...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....(); // Create a Workbook object Workbook workbook ; // Create union...range UnionRange unionRange = workbook . GetWorksheets (). CreateUnionRange...

    docs.aspose.com/cells/cpp/create-union-range/