Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 104,099 for

workbook

(0.2 sec)
  1. Convert xlsx to docx - Free Support Forum - asp...

    How can I convert a file from Microsoft Excel (xlsx) format to Microsoft Word (docx) format directly (with as few lines of codes as possible)?... Workbook wb = new Aspose.Cells. Workbook ( @"C:\Temp\in...steps or using other APIs. The Workbook.Save method can be used for...

    forum.aspose.com/t/convert-xlsx-to-docx/21566
  2. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    通过 C++ 使用 Aspose.Cells for JavaScript 添加 VBA 模块并修改 VBA 或宏。...请使用 Workbook.add(Worksheet) 方法在工作簿中添加新的..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  3. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....\\ " ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetObjectData ( data ); } workbook . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  4. Display or Hide Tabs in Aspose.Cells|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....The more worksheets in the workbook, the more sheet tabs there...//Instantiating a Workbook object //Opening the Excel file Workbook workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...
  5. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk.... Please use Workbook.CalculateFormula() as usual...Create workbook from source Excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  6. 通过Node.js使用C++管理文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的文本框。...Create a new workbook let workbook = new Cells . Workbook (); // Access...worksheet let worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-te...
  7. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  8. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...
  9. Set DefaultFont property of PdfSaveOptions and ...

    Discover how to set the DefaultFont property of PdfSaveOptions and ImageOrPrintOptions using Aspose.Cells for JavaScript via C++. Ensure proper font rendering when fonts are missing....DefaultFont to all the text in a workbook that uses a missing (not installed)...to use the workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  10. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/