Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 84,738 for

workbook

(0.06 sec)
  1. 档案

    档案... 使用要转换的 Excel 文档实例化 Workbook 类。 通过使用 SaveFormat 枚举将保存格式指定为...the Workbook object with the Excel file Workbook workbook = new...

    blog.aspose.com/zh/cells/convert-xls-and-xlsx-t...
  2. Convert Excel to CSV,TSV and Txt|Documentation

    Convert Excel to CSV,TSV and Txt by using Aspose.Cells for Python via .NET API.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/python-net/convert-excel-...
  3. Aspose.Cells equivalent of VBA Styles.Merge - F...

    I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/aspose-cells-equivalent-of-v...
  4. Get Worksheet of the Chart with Node.js via C++...

    Learn how to retrieve the worksheet associated with an Excel chart using Aspose.Cells for Node.js via C++. Access and manipulate the underlying data of the chart efficiently....__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/get-worksheet-...
  5. 在单元格中插入文本|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....new worksheet part to the workbook. WorksheetPart newWorksheetPart...Sheets sheets = workbookPart . Workbook . GetFirstChild < Sheets >();...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  6. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...LoadFormat :: Csv ); // Create a Workbook object and open the file from...from its path Workbook wbCSV ( srcDir + u "Book_CSV.csv" , loadOptions4...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  7. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....connection of any type using the Workbook.DataConnections collection...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/working-with-external...
  8. Expanding text from right to left while exporti...

    Learn how to expand text from right to left while exporting Excel files to HTML using Aspose.Cells for C++....excel file inside the workbook object Workbook wb ( srcDir + u "sample..."sample.xlsx" ); // Save workbook in html format U16String outputPath...

    docs.aspose.com/cells/cpp/expanding-text-from-r...
  9. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Access first...( "Aspose APIs" ); // Save workbook to memory stream const ms...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  10. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply advanced filter of microsoft excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....Load your source workbook Workbook workbook ( sourceDir + u ...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-filter...