Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 102,520 for

workbook

(0.28 sec)
  1. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...); // Create a new workbook Workbook workbook ; // Specify custom...custom separators workbook . GetSettings (). SetNumberDecimalSepa...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  2. Load or Import CSV file with Formulas via Node....

    Learn how to load and import CSV files containing formulas using Aspose.Cells for Node.js via C++....); let workbook = new AsposeCells . Workbook (); workbook . open..."path/to/your/file.csv" , loadOptions ); workbook . save ( "path/to/output.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/load-or-import...
  3. Insert Ranges to Excel with C++|Documentation

    Learn how to insert ranges into Excel files using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/insert-ranges-to-excel/
  4. 从文档中导入/导出数据|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....Cells提供了一个名为 Workbook 的类,表示Excel文件。Workbook类包含一个Worksheets...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/zh/net/import-export-data...
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....class, Workbook , that represents an Excel file. The Workbook class..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  6. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells for JavaScript via C++....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/javascript-cpp/combine-mu...
  7. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++....const { Workbook } = require ( 'aspose.cells' ); let workbook = new...new Workbook (); 2. Accessing Worksheets In .NET, you might see...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  8. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...Hide ] 可能的使用场景 在加载 HTML 文件到 Workbook 对象内部时,您可以同时调整列和行的大小。请将 HtmlLoadOptions...HTML 加载到 Workbook 中并以 XLSX 格式保存。然后再次加载样本 HTML 到 Workbook 中,但这次在设置...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  9. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different Workbooks, only the range copied from the first Workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...source ranges from different workbooks, only the range copied from...from the first workbook will have its row outline levels preserved...

    forum.aspose.com/t/outline-levels-not-copying-c...
  10. Hiding the Display of Zero Values in the Worksh...

    This article will show you sample code explaining how to programmatically hide the zero values in an Excel spreadsheet using the Node.js library via C++....// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/nodejs-cpp/hiding-the-dis...