Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 82,025 for

workbook

(0.18 sec)
  1. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  2. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....following sample code creates a workbook and also creates an unused...Startup (); // Create workbook Workbook wb ; // Create an unused...

    docs.aspose.com/cells/cpp/exclude-unused-styles...
  3. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... It saves the workbook as outputChangeSlicerPr.xlsx...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  4. 在Aspose.Cells中为图表添加WordArt水印|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.... Workbook workbook = new Workbook ( FileName );...Cells . Charts . Chart chart = workbook . Worksheets [ 0 ]. Charts...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  5. 用Node.js通过C++在工作表中添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作表添加WordArt作为背景水印。...new Workbook const workbook = new AsposeCells . Workbook ();...default sheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...
  6. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to use Aspose.Cells for C++ to add cells to the formula watch window in Excel. Load or create an Excel file, manipulate cells, set formulas, and save the modified file.... It then saves the workbook as an output Excel file ....Startup (); // Create empty workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/cpp/add-cells-to-microsof...
  7. 通过Node.js和C++获取图表所在的工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检索与Excel图表相关联的工作表。高效访问和操作图表的底层数据。...__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  8. Add Image Hyperlinks with C++|Documentation

    Learn how to Add Image Hyperlinks through the Aspose.Cells for C++ API....Instantiate a new workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-image-hyperlinks/
  9. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  10. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....example shows how to: Create a workbook and add some data. Get the...Instantiate a Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/manage-cells-html-str...