Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 103,883 for

workbook

(0.11 sec)
  1. 使用 C++ 更新 ActiveX ComboBox 控件|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 读写 ActiveX ComboBox 控件的值。...02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "SourceFile..."OutputFile_out.xlsx" ); std :: cout << "Workbook saved successfully with updated...

    docs.aspose.com/cells/zh/cpp/update-activex-com...
  2. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...output: using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/labels-in-charts-are-positio...
  3. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  4. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...Load your source excel file Workbook wb ( inputFilePath ); // Access...SetDistance ( 80 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  5. Add Images in Spreadsheet in xlsx4j|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 a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/java/add-images-in-spread...
  6. Convert PPS to XLAM in Android Apps or with fre...

    Convert PPS to XLAM in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLAM online converter quickly before integrating the code.... The Excel Macro-Enabled Workbook (XLAM) is a file format used...used to store Excel workbooks that contain macros. Converting...

    products.aspose.com/total/android-java/conversi...
  7. Missing mc:Ignorable Attribute in Exported XLSX...

    We encountered an issue where our application exports .xlsx files using Aspose.Cells, which are then imported into another system that uses a different third-party library for Excel processing. The support team of that …...the Workbook : Use Aspose.Cells to export your workbook to an...relevant XML file (usually xl/workbook.xml or xl/worksheets/sheet1...

    forum.aspose.com/t/missing-mc-ignorable-attribu...
  8. Merge XLSX Files Online or using C++ | products...

    Free online app to combine different XLSX files. C++ merging library code to merge XLSX worksheets into other formats....XLSX using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlsx/
  9. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Step 1: Write content...

    forum.aspose.com/t/display-text-content-on-top-...
  10. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/