Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 102,530 for

workbook

(0.07 sec)
  1. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets..."book1.xls" ; // Create workbook Workbook excel ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  2. How to Format Number to Time with C++|Documenta...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  3. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...following sample code: Workbook workbook = new Workbook("e:\\test2\\Book_1758196616...saveOptions.OnePagePerSheet = true; workbook.Save("e:\\test2\\out1.docx"...

    forum.aspose.com/t/issue-with-tables-having-lar...
  4. 使用 Node.js 通过 C++ 操作 WebQuery 类型的外部数据连接|Documen...

    学习如何使用Aspose.Cells for Node.js via C++处理 WebQuery 类型的外部数据连接。...类型的外部数据连接 Contents [ Hide ] 您可以使用 Workbook.DataConnections 集合访问任何类型的外部数据连接。其中一种数据连接类型是..."WebQuerySample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  5. How to get OData Connection Information with No...

    Learn how to extract OData connection information from an Excel file using Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.getDataMashup() property which..."ODataSample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/how-to-get-oda...
  6. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "SamplePowerQueryForm...); DataMashup mashupData = workbook . GetDataMashup (); PowerQueryFormulaCol...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  7. Converting Chart to Image in SVG Format with No...

    Learn how to convert a chart to SVG format image using Aspose.Cells for Node.js via C++....Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "SampleChartBook...

    docs.aspose.com/cells/nodejs-cpp/converting-cha...
  8. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....js via Java Load the workbook Declare a TxtSaveOptions object...object Save the workbook using the TxtSaveOptions object The...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  9. Apply Excel Color Themes using C#

    Follow this article to apply Excel color themes using C#. It has the steps and sample code to apply Microsoft Excel themes with C# to cell or range of cells....apply Excel themes Create a workbook and access a cell from its...text for testing Save the workbook with the applied theme These...

    kb.aspose.com/cells/net/apply-excel-color-theme...
  10. Create a Funnel Chart in Excel using Python

    This article explains how to create a Funnel chart in Excel using Python. It has details to set the IDE, a list of steps, and a sample code for generating Funnel graph using Python....watermark in the output workbook Create a new workbook and a worksheet...style, and finally save the workbook These steps summarize the...

    kb.aspose.com/cells/python/create-a-funnel-char...