Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 82,029 for

workbook

(0.09 sec)
  1. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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....following steps: Create a workbook and get a worksheet. Add samples...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  2. 使用Aspose.Cells for Node.js via C++修改现有SQL数据连接|D...

    学习如何使用Aspose.Cells for Node.js via C++修改现有SQL数据连接属性。...Cells提供了访问和修改数据连接的方法,使用Workbook.dataConnections集合。 使用Aspose..."data" ); // Create workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/modify-exis...
  3. Disable Compatibility Checker in Excel|Document...

    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.... When you save a workbook in a previous version, Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/java/disable-compatibilit...
  4. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...Open the template file Workbook workbook ( inputFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...
  5. How to set Series invisible with C++|Documentation

    In Excel chart, you may need to set series invisible. This article describes how to use Aspose.Cells with C++ to do it....an existing Excel file Workbook workbook ( filePath + u "SeriesFiltered...worksheet ChartCollection charts = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-set-series-inv...
  6. Resampling Added Images - Excel to PDF Conversi...

    Learn how to resample added images to reduce PDF size using Aspose.Cells with C++....\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputPath ); // Instantiate...

    docs.aspose.com/cells/cpp/resampling-added-imag...
  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. 使用Aspose.Cells用C++修改现有SQL数据连接|Documentation

    学习如何使用Aspose.Cells和C++修改Excel文件中的现有SQL数据连接。...Cells提供了访问和修改数据连接的方法,使用 Workbook.DataConnections 集合。 使用Aspose...xlsx" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/modify-existing-sq...
  9. Updating Slicer with C++|Documentation

    This article shows how to update linked pivot tables by updating slicer using the Aspose.Cells for C++ API.... It then saves the workbook as output Excel file . The..."sampleUpdatingSlicer.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/updating-slicer/
  10. 使用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....Instantiating an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/zh/java/create-pivot-char...