Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 82,286 for

workbook

(0.09 sec)
  1. Change Tick Label Direction with C++|Documentation

    Learn how to change the direction of tick labels in Aspose.Cells for C++. Our guide will help you understand how to adjust the orientation of tick labels on axes, including horizontal, vertical, and angled orientations....Create workbook and load the sample Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/change-tick-label-dir...
  2. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/disable-text-wrapping...
  3. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  4. Get Warnings while Loading Excel File with Node...

    Learn how to capture warnings while loading an Excel file using Aspose.Cells for Node.js via C++. Handle corrupt but loadable Workbooks effectively....Sometimes the user tries to load a workbook which is somewhat corrupt...warnings while loading the workbook. You can catch these warnings...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-w...
  5. 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...
  6. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new Workbook Workbook Workbook1 = new Workboo…...Create a new workbook Workbook workbook1 = new Workbook(); Cells...Create a new workbook Workbook workbook = new Workbook(); Cells cells...

    forum.aspose.com/t/cells-importdata-is-failing-...
  7. 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-...
  8. 向图表添加Word Art水印|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....a new workbook. //Open the existing excel file. Workbook workbook...workbook = new Workbook ( dataDir + "AsposeChart.xls" ); //Get the...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  9. 用C++格式化切片器|Documentation

    使用Aspose.Cells和C++格式化Microsoft Excel中的切片器。... Workbook workbook ( u "sampleFormattingSlic...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-slicer/
  10. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying data range and location of sparkline group using Aspose.Cells for Node.js via C++....Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...