Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 106,200 for

workbook

(0.56 sec)
  1. View and Update XLS Properties Online or Add me...

    View and modify XLS properties through online app for free. C++ API code to add XLS properties....Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...XLSX Files Metadata (Open XML Workbook) XLTX Files Metadata (Excel...

    products.aspose.com/total/cpp/metadata/xls/
  2. View and Update XLSX Properties Online or Add m...

    View and modify XLSX properties through online app for free. C++ API code to add XLSX properties....Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...XLSX Files Metadata (Open XML Workbook) XLTX Files Metadata (Excel...

    products.aspose.com/total/cpp/metadata/xlsx/
  3. View and Update XLSB Properties Online or Add m...

    View and modify XLSB properties through online app for free. C++ API code to add XLSB properties....Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...XLSX Files Metadata (Open XML Workbook) XLTX Files Metadata (Excel...

    products.aspose.com/total/cpp/metadata/xlsb/
  4. Issue with directly accessing nested array in E...

    I am following an example of nested arrays in an Excel template using the named range _CellsSmartMarkers The employees JSON data has a nested array. The directors (outer array) and their reporters (inner array). When …...0 KB) Workbook wb = new Workbook(filePath + "employees2A...smartmarker data source. Workbook wb = new Workbook(filePath + "employees2B...

    forum.aspose.com/t/issue-with-directly-accessin...
  5. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...DocumentBuilder(RepDoc); using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  6. Watermark XLSX File Online or using C++ | produ...

    Free online app to Watermark different XLSX files. C++ watermarking library code for XLSX worksheets....via C++ Load XLSX file using Workbook class Select the relevant...Watermark to XLSX (Open XML Workbook)...

    products.aspose.com/total/cpp/watermark/xlsx/
  7. Setting ScaleCrop and LinksUpToDate Properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for C++....document properties of the workbook. Please check the output excel...

    docs.aspose.com/cells/go-cpp/setting-scalecrop-...
  8. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row through the Aspose.Cells for Python via .NET API, as well as a column or cell. Convert the name of a cell to its zero‑based row and column indexes using the Aspose.Cells for Python via .NET API....example shows how to: Create a workbook and add some data. Find a...

    docs.aspose.com/cells/python-net/get-cells-index/
  9. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”);...

    forum.aspose.com/t/image-looks-slightly-differe...
  10. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/determine-if-shape-is...