Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 82,070 for

workbook

(0.05 sec)
  1. 通过 C++ 使用 Node.js 获取带有外部链接的范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 获取带有外部链接的范围。高效地从不同的 Excel 文件中检索数据。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/zh/nodejs-cpp/get-range-w...
  2. 在电子表格中对数据进行排序|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....object in the workbook DataSorter sorter = workbook . getDataSorter...

    docs.aspose.com/cells/zh/java/sort-data-in-spre...
  3. 在VSTO和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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  4. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++....of the text and saves the workbook as output Excel file . The...Aspose :: Cells :: Startup (); Workbook wb ; Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  5. Export DataBar, ColorScale, and IconSet Conditi...

    Learn how to export DataBar, ColorScale, and IconSet conditional formatting while converting Excel files to HTML using Aspose.Cells for C++....sample excel file in a workbook object Workbook wb ( filePath ); //...

    docs.aspose.com/cells/cpp/export-databar-colors...
  6. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++....Load your source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  7. Working with Fonts in Apache POI and Aspose.Cel...

    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 provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-fonts-i...
  8. Rendering Slicer with Node.js via C++|Documenta...

    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....into an image or save your workbook to PDF or HTML formats, you...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  9. 通过C++在Node.js中支持德国本地化的命名范围公式|Documentation

    学习如何使用Aspose.Cells for Node.js via C++支持命名范围公式中的德国本地化。... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  10. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...xlsx" ); Workbook wb ( inputFilePath ); // Access...Remove ( slicer ); // Save the workbook in output XLSX format. U16String...

    docs.aspose.com/cells/zh/cpp/removing-slicer/