Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 134,990 for

xlsx

(0.05 sec)
  1. OleFormat.ProgId | Aspose.Words for .NET

    Discover the OleFormat ProgId property to easily manage and customize OLE object ProgIDs for enhanced functionality and seamless integration....xlsx" )); // Below are two ways of...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 如何检测文件格式并使用 C++ 判断文件是否被加密|Documentation

    学习如何用 Aspose.Cells 和 C++检测文件格式及判断文件是否被加密。...xlsx" ); // Gets the detected load...

    docs.aspose.com/cells/zh/cpp/how-to-detect-a-fi...
  3. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...xlsx" ; // Create a new Workbook...( srcDir + u "outputfile.out.xlsx" ); std :: cout << "Workbook...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  4. EXPORT ISSUE IN PDF - Free Support Forum - aspo...

    Hi, I have an issue exporting the attached excel in PDF, some Bar don’t start from the correct point. I attach the docx with print screen of the problem, the PDF export and the origin in excel. The graph format in the e…...xlsx"); workbook.save("d:\\files\\out1...

    forum.aspose.com/t/export-issue-in-pdf/312864
  5. Aspose::Words::Drawing::OleFormat::get_AutoUpda...

    Aspose::Words::Drawing::OleFormat::get_AutoUpdate method. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word in C++....xlsx" , oleFormat -> get_SuggestedExtension...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 如何用 Node.js 通过 C++ 改变 Excel 中评论的背景|Documentation

    使用 Aspose.Cells for Node.js via C++ 改变评论颜色并在评论中插入图片或图像。...xlsx" )); // Accessing the newly...path . join ( dataDir , "result.xlsx" )); 执行上述代码,你将得到一个 输出文件 。 如何在Excel中评论中插入图片或图像...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  7. 通过C++和Node.js从工作簿中提取OLE对象|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....xlsx" )); // Get the OleObject Collection...Excel97To2003 : fileName += "Xlsx" ; break ; case AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  8. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...xlsx" ); // Get the OleObject Collection...Excel97To2003 : fileName += u "Xlsx" ; break ; case FileFormatType...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  9. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....xlsx" ); // Access first worksheet...workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" ); std...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  10. Working With Fonts|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....xlsx" , SaveFormat . Xlsx ); //Workbooks can...FileStream sw = File . Create ( "test.xlsx" ); wb . Write ( sw ); sw ....

    docs.aspose.com/cells/net/working-with-fonts/