Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 102,545 for

workbook

(0.1 sec)
  1. 与GridJs服务器端配合工作|Documentation

    该文章描述了如何在 GridJs 中使用 API。...GridJsWorkbook (); Workbook wb = new Workbook ( fullFilePath );...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  2. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...); // Create an instance of Workbook and load a spreadsheet const...const book = new AsposeCells . Workbook ( filePath ); // Access the...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  3. Bar chart when ticklabels are rotated by 30, ch...

    Hi Team, I am trying to render a Bar chart with category values reversed. And I am trying to rotate the ticklabels by -30 degree. On doing this, My chart is getting disappeared. Code snippet : Workbook wb …... Code snippet : Workbook wb = new Workbook(); WorksheetCollection...main(String[] args) { Workbook wb = new Workbook(); WorksheetCollection...

    forum.aspose.com/t/bar-chart-when-ticklabels-ar...
  4. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...xlsx" ; Workbook wb ( inputFilePath ); // Access...pivottable ); // Save the workbook in output XLSX format U16String...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  5. 使用 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...
  6. 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...
  7. 使用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...
  8. 使用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...
  9. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...names of all shapes in the workbook are listed in the list on...corresponding shape/group in the workbook. 4 Select Group you can select...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  10. Adjusting Row Height and Column Width|Documenta...

    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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/adjusting-row-height...